<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>[Resolved] GC2RJ52 Salem Thomas Guide Challenge</title>
        <description> This cache challenge uses the Thomas Guide map for Salem, Oregon. The challenge is to find one cache on every map page.  This is a total of 92 caches. The map page coordinates are in DMS.  To confirm if a cache on the edge of the map is in bounds a person must transpose the coordinates to the listed DDM format (or vice versa).  The cache owners have been validating the finds by hand for each person claiming to have completed the challenge.  They are saints.  I recently completed the challenge and asked the COs why they didn’t have a checker.  They said they didn’t know how to get one made.  

If some kind soul could help the cache owners it would be very much appreciated.  It will also be very appreciated by everyone who is interested in doing the challenge.  It is very tedious to verify and bookkeep the caches.

There are other Thomas Guide checkers already available so I would like to think that this should be straightforward provided a good list of the page coordinates was established.  If the page coordinates cannot be obtained from a public place, I would be willing to slog through the book to supply the information.  Just let me know and I will make a file with the coordinates.</description>
        <link>https://project-gc.com/forum/read?11,93508,93508#msg-93508</link>
        <lastBuildDate>Wed, 27 May 2026 18:43:08 +0000</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://project-gc.com/forum/read?11,93508,94491#msg-94491</guid>
            <title>Re: GC2RJ52 Salem Thomas Guide Challenge</title>
            <link>https://project-gc.com/forum/read?11,93508,94491#msg-94491</link>
            <description><![CDATA[ The checker has been made and works.  If the Admin could please close this thread it would be greatly appreciated.]]></description>
            <dc:creator>Dasindog</dc:creator>
            <category>ARCHIVE Checker requests (completed)</category>
            <pubDate>Sat, 09 Nov 2024 18:07:23 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?11,93508,94379#msg-94379</guid>
            <title>Re: GC2RJ52 Salem Thomas Guide Challenge</title>
            <link>https://project-gc.com/forum/read?11,93508,94379#msg-94379</link>
            <description><![CDATA[ The checker has now been made and is now live!  <a href="https://project-gc.com/Challenges/GC2RJ52/93606"  rel="nofollow">https://project-gc.com/Challenges/GC2RJ52/93606</a>]]></description>
            <dc:creator>queengooborg</dc:creator>
            <category>ARCHIVE Checker requests (completed)</category>
            <pubDate>Wed, 06 Nov 2024 19:16:09 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?11,93508,93895#msg-93895</guid>
            <title>Re: GC2RJ52 Salem Thomas Guide Challenge</title>
            <link>https://project-gc.com/forum/read?11,93508,93895#msg-93895</link>
            <description><![CDATA[ Is it possible to just list the coordinates as a &#039;local&#039; instead of going out to geojson as is shown in the GenericPolyChecker?  I can easily supply the coordinates in that format if required.<br />
<br />
---------------------<br />
<br />
EXAMPLE:<br />
<br />
local Salem Thomas Guide Challenge_polygons =<br />
 {[&quot;5086&quot;] = { polypoints = <br />
{{{45.198056, -122.900278},{45.198056,-122.849167},{45.1475, -122.849167},{45.1475, -122.900278},{45.198056, -122.900278},},} },<br />
<br />
------------------<br />
<br />
<br />
CODE FROM GenericPolyChecker:<br />
====================================================<br />
-- polygon format: <br />
-- { <br />
--   [&quot;name&quot;] = polypoints = { { { lat, long }, { lat, long }, ... }, { { lat, long }, { lat, long }, ... } },<br />
--   [&quot;name&quot;] = polypoints = { { { lat, long }, { lat, long }, ... }, { { lat, long }, { lat, long }, ... } },<br />
-- }<br />
<br />
local DeschutesCountyQuadrangleChallenge_polygons = {[&quot;Three Finger Jack&quot;] = { polypoints = {{{44.375,-121.875},{44.375,-121.75},{44.5,-121.75},{44.5,-121.875},{44.375,-121.875},},} },  -----SNIP.   LIST THE REST OF THE POINTS ETC.-----<br />
<br />
local initialpolygons = {}<br />
local archivedok = conf.archivedok or true<br />
local regionfilter = nil<br />
local bbox = { max = {-1000, -1000}, min = {1000, 1000}}<br />
<br />
if (conf.polyset == &quot;DeschutesCountyQuadrangleChallenge&quot;) then<br />
    initialpolygons = DeschutesCountyQuadrangleChallenge_polygons        <br />
elseif conf.polygons ~= nil then<br />
  initialpolygons = conf.polygons<br />
elseif conf.polysets ~= nil then<br />
  for _, name in ipairs(conf.polysets) do<br />
    PGC.print(&quot;name: &quot;..name..&quot;\n&quot;)<br />
	local polygons = PGC.GetJsonData(name)<br />
    PGC.print(&quot;Polygons: \n&quot;)<br />
    PGC.print(polygons)<br />
    if (not polygons) then<br />
    	return { ok = false, log = &quot;&quot;, html = &quot;Unknown polyset: &quot; .. name }<br />
    end<br />
    for _, p in ipairs(polygons) do<br />
      table.insert(initialpolygons, p)<br />
    end<br />
  end<br />
else]]></description>
            <dc:creator>Dasindog</dc:creator>
            <category>ARCHIVE Checker requests (completed)</category>
            <pubDate>Fri, 01 Nov 2024 04:54:48 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?11,93508,93541#msg-93541</guid>
            <title>Re: GC2RJ52 Salem Thomas Guide Challenge</title>
            <link>https://project-gc.com/forum/read?11,93508,93541#msg-93541</link>
            <description><![CDATA[ Well, I’m a ‘not that difficult’ kind of person.  As long as no funny Kool-Aid is involved in being converted and uploaded to the mothership, is there some way I can help the process?]]></description>
            <dc:creator>Dasindog</dc:creator>
            <category>ARCHIVE Checker requests (completed)</category>
            <pubDate>Fri, 25 Oct 2024 02:18:42 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?11,93508,93540#msg-93540</guid>
            <title>Re: GC2RJ52 Salem Thomas Guide Challenge</title>
            <link>https://project-gc.com/forum/read?11,93508,93540#msg-93540</link>
            <description><![CDATA[ I think it will have to be converted into geojson and uploaded to the mothership, because there&#039;s no way it will fit in a tag. I haven&#039;t done that myself yet, but from what I understand, it&#039;s not that difficult.]]></description>
            <dc:creator>bmuzzin</dc:creator>
            <category>ARCHIVE Checker requests (completed)</category>
            <pubDate>Fri, 25 Oct 2024 01:08:02 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?11,93508,93539#msg-93539</guid>
            <title>Re: GC2RJ52 Salem Thomas Guide Challenge</title>
            <link>https://project-gc.com/forum/read?11,93508,93539#msg-93539</link>
            <description><![CDATA[ Thanks bmuzzin.  Understood.  <br />
<br />
A couple of questions.  Just curious:<br />
<br />
I was poking around some other Checkers of this type and they all seem to use the GenericPolyChecker as a base for the program.  Will the person making the Checker use that too or start from scratch?<br />
<br />
The &#039;polygons&#039; in GenericPolyChecker seem to be listed in DD format.  Does that make it easier for the program to operate?  Or is there some other reason for that?]]></description>
            <dc:creator>Dasindog</dc:creator>
            <category>ARCHIVE Checker requests (completed)</category>
            <pubDate>Thu, 24 Oct 2024 21:54:17 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?11,93508,93538#msg-93538</guid>
            <title>Re: GC2RJ52 Salem Thomas Guide Challenge</title>
            <link>https://project-gc.com/forum/read?11,93508,93538#msg-93538</link>
            <description><![CDATA[ Here are the coordinates:<br />
<br />
PAGE,NORTH,SOUTH,WEST,EAST<br />
5086, 45°11’53”, 45°08’51”, 122°54’01”, 122°50’57”,<br />
5087, 45°12’01”, 45°08’59”,  122°50’57”,122°47’52”,<br />
5152, 45°08’47”,  45°05’44”,  122°56’57”,122°53’53”,<br />
5153, 45°08’55”,  45°05’52”,  122°53’53”,122°50’49”,<br />
5154, 45°08’55”,  45°05’52”,  122°50’49”,122°47’45”,<br />
5218, 45°05’44”,  45°02’42”,  122°59’53”,122°56&#039;49”,<br />
5219, 45°05’44”,  45°02’42”,  122°56&#039;49”,122°53&#039;45”,<br />
5220, 45°05’52”,  45°02’50”,  122°53&#039;45”,122°50&#039;41”,<br />
5221, 45°05’52”,  45°02’50”,  122°50&#039;41”,122°47&#039;38”,<br />
5222, 45°06’00”,  45°02’57”,  122°47&#039;38”,122°44&#039;34”,<br />
5283, 45°02’25”,  44°59’23”, 123°08&#039;56”,123°05&#039;53”,<br />
5284, 45°02’34”,  44°59’31”,123°05&#039;53”,123°02&#039;49”,<br />
5285, 45°02’34”,  44°59’31”, 123°02&#039;49”,122°59&#039;45”,<br />
5286, 45°02’42”, 44°59’39”,  122°59&#039;45”,122°56&#039;41”,<br />
5287, 45°02’42”,  44°59’39”,  122°56&#039;41”,122°53&#039;38”,<br />
5288, 45°02’50”, 44°59’47”, 122°53&#039;38”,122°50&#039;34”,<br />
5289, 45°02’50”, 44°59’47”, 122°50&#039;34”,122°47&#039;30”,<br />
5290, 45°02’57”,  44°59’55”, 122°47&#039;30”,122°44&#039;26”,<br />
5347, 44°59’05”,  44°56’02”,  123°21&#039;02”,123°17&#039;59”,<br />
5348, 44°59’14”, 44°56’11”,  123°17&#039;59”,123°14&#039;55”,<br />
5351, 44°59’23”, 44°56’20”,  123°08&#039;48”,123°05&#039;44&quot;,<br />
5352, 44°59’31”,  44°56’29”,  123°05&#039;44&quot;,123°02&#039;41&quot;,<br />
5353, 44°59’31”,  44°56’29”,  123°02&#039;41&quot;,122°59&#039;37&quot;,<br />
5354, 44°59’39”, 44°56’37”,  122°59&#039;37&quot;,122°56&#039;34&quot;,<br />
5355, 44°59’39”,44°56’37”,  122°56&#039;34&quot;,122°53&#039;30&quot;,<br />
5356, 44°59’47”,  44°56’45”,  122°53&#039;30&quot;,122°50&#039;26&quot;,<br />
5357, 44°59’47”,  44°56’45”,  122°50&#039;26&quot;,122°47&#039;23&quot;,<br />
5358, 44°59’55”,  44°56’52”,  122°47&#039;23&quot;,122°44&#039;19&quot;,<br />
5415, 44°56’02”,  44°53’00”, 123°20&#039;53&quot;,123°17&#039;50&quot;,<br />
5416, 44°56’11”, 44°53’09”,  123°17&#039;49&quot;,123°14&#039;46&quot;,<br />
5417, 44°56’11”,  44°53’09”,123°14&#039;46&quot;,123°11&#039;43&quot;,<br />
5418, 44°56’20”,  44°53’18”,  123°11&#039;43&quot;,123°08&#039;39&quot;,<br />
5419, 44°56’20”,  44°53’18”, 123°08&#039;39&quot;,123°05&#039;36&quot;,<br />
5420, 44°56’29”, 44°53’26”,123°05&#039;36&quot;,123°02&#039;33&quot;,<br />
5421, 44°56’29”, 44°53’26”,123°02&#039;32&quot;,122°59&#039;29&quot;,<br />
5422, 44°56’37”, 44°53’34”,122°59&#039;29&quot;,122°56&#039;26&quot;,<br />
5423, 44°56’37”,  44°53’34”,  122°56&#039;26&quot;,122°53&#039;22&quot;,<br />
5424, 44°56’45”,  44°53’42”,  122°53&#039;22&quot;,122°50&#039;19&quot;,<br />
5485, 44°53’04”,  44°50’02”, 123°17&#039;40&quot;,123°14&#039;37&quot;,<br />
5486, 44°53’13”, 44°50’11”, 123°14&#039;37&quot;,123°11&#039;34&quot;,<br />
5487, 44°53’13”,  44°50’11”,123°11&#039;34&quot;,123°08&#039;31&quot;,<br />
5488, 44°53’22”, 44°50’19”, 123°08&#039;31&quot;,123°05&#039;28&quot;,<br />
5489, 44°53’22”, 44°50’19”, 123°05&#039;28&quot;,123°02&#039;24&quot;,<br />
5490, 44°53’30”, 44°50’28”,  123°02&#039;24&quot;,122°59&#039;21&quot;,<br />
5491, 44°53’30”, 44°50’28”, 122°59&#039;21&quot;,122°56&#039;18&quot;,<br />
5492, 44°53’38”, 44°50’36”, 122°56&#039;18&quot;,122°53&#039;15&quot;,<br />
5493, 44°53’38”,  44°50’36”,122°53&#039;15&quot;,122°50&#039;11&quot;,<br />
5557, 44°50’19”,  44°47’17”,  123°08&#039;22&quot;,123°05&#039;19&quot;,<br />
5558, 44°50’19”,  44°47’17”,  123°05&#039;18&quot;,123°02&#039;16&quot;,<br />
5559, 44°50’28”, 44°47’25”,  123°02&#039;16&quot;,122°59&#039;13&quot;,<br />
5560, 44°50’28”,  44°47’25”,122°59&#039;13&quot;,122°56&#039;10&quot;,<br />
5561, 44°50’36”,44°47’33”,  122°56&#039;10&quot;,122°53&#039;07&quot;,<br />
5562, 44°50’36”,  44°47’33”, 122°53&#039;07&quot;,122°50&#039;04&quot;,<br />
5563, 44°50’43”,  44°47’41”, 122°50&#039;04&quot;,122°47&#039;01&quot;,<br />
5564, 44°50’43”,  44°47’41”,122°47&#039;01&quot;,122°43&#039;57&quot;,<br />
5627, 44°47’21”,  44°44’18”, 123°05&#039;11&quot;,123°02&#039;08&quot;,<br />
5628, 44°47’21”,  44°44’18”,  123°02&#039;08&quot;,122°59&#039;05&quot;,<br />
5629, 44°47’29”,  44°44’27”,  122°59&#039;05&quot;,122°56&#039;02&quot;,<br />
5630, 44°47’29”,  44°44’27”, 122°56&#039;02&quot;,122°52&#039;59&quot;,<br />
5631, 44°47’37”,  44°44’34”,  122°52&#039;59&quot;,122°49&#039;56&quot;,<br />
5632, 44°47’37”,  44°44’34”, 122°49&#039;56&quot;,122°49&#039;53&quot;,<br />
5694, 44°44’10”,  44°41’07”,  123°11&#039;08&quot;,123°08&#039;05&quot;,<br />
5695, 44°44’10”,  44°41’07”, 123°08&#039;05&quot;,123°05&#039;03&quot;,<br />
5696, 44°44’18”,  44°41’16”,  123°05&#039;03&quot;,123°02&#039;00&quot;,<br />
5697, 44°44’18”,  44°41’16”,  123°02&#039;00&quot;,122°58&#039;57&quot;,<br />
5698, 44°44’27”,  44°41’24”, 122°58&#039;57&quot;,122°55&#039;54&quot;,<br />
5761, 44°40’54”,  44°37’52”, 123°17&#039;05&quot;,123°14&#039;02&quot;,<br />
5762, 44°41’03”,  44°38’01”, 123°14&#039;02&quot;,123°10&#039;59&quot;,<br />
5763, 44°41’03”,  44°38’01”,  123°10&#039;59&quot;,123°07&#039;57&quot;,<br />
5764, 44°41’12”,  44°38’09”,  123°07&#039;57&quot;,123°04&#039;54&quot;,<br />
5765, 44°41’12”,  44°38’09”,  123°04&#039;54&quot;,123°01&#039;52&quot;,<br />
5829, 44°37’52”,  44°34’49”,  123°19&#039;58&quot;,123°16&#039;56&quot;,<br />
5830, 44°37’52”,  44°34’49”,  123°16&#039;56&quot;,123°13&#039;53&quot;,<br />
5831, 44°38’01”,  44°34’58”,  123°13&#039;53&quot;,123°10&#039;51&quot;,<br />
5832, 44°38’01”,  44°34’58”,  123°10&#039;51&quot;,123°07&#039;48&quot;,<br />
5833, 44°38’08”,  44°35’07”, 123°07&#039;48&quot;,123°04&#039;46&quot;,<br />
5834, 44°38’08”,  44°35’07”,  123°04&#039;46&quot;,123°01&#039;44&quot;,<br />
5896, 44°34’40”,  44°31’37”,  123°25&#039;53&quot;,123°22&#039;51&quot;,<br />
5897, 44°34’40”,  44°31’37”,  123°22&#039;51&quot;,123°19&#039;49&quot;,<br />
5898, 44°34’49”,  44°31’47”, 123°19&#039;49&quot;,123°16&#039;47&quot;,<br />
5899, 44°34’49”,  44°31’47”,  123°16&#039;47&quot;,123°13&#039;44&quot;,<br />
5900, 44°34’58”,  44°31’56”,  123°13&#039;44&quot;,123°10&#039;42&quot;,<br />
5901, 44°34’58”,44°31’56”, 123°10&#039;42&quot;,123°07&#039;40&quot;,<br />
5902, 44°35’07”,  44°32’04”,  123°07&#039;40&quot;,123°04&#039;38&quot;,<br />
5903, 44°35’07”,  44°32’04”,  123°04&#039;38&quot;,123°01&#039;35&quot;,<br />
5904, 44°35’15”,  44°32’12”,  123°01&#039;35&quot;,122°58&#039;33&quot;,<br />
5905, 44°35’15”, 44°32’12”,  122°58&#039;33&quot;,122°55&#039;31&quot;,<br />
5906, 44°35’23”,  44°32’20”, 122°55&#039;31&quot;, 122°52&#039;29&quot;,<br />
5967, 44°31’42”,  44°28’39”,123°19&#039;40&quot;,123°16&#039;38&quot;,<br />
5968, 44°31’51”, 44°28’49”,123°16&#039;38&quot;,123°13&#039;36&quot;,<br />
5974, 44°32’12”,  44°29’10”, 122°58&#039;25&quot;,122°55&#039;23&quot;,<br />
5975, 44°32’20”,  44°29’18”,  122°55&#039;23&quot;,122°52&#039;21&quot;,]]></description>
            <dc:creator>Dasindog</dc:creator>
            <category>ARCHIVE Checker requests (completed)</category>
            <pubDate>Thu, 24 Oct 2024 21:30:24 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?11,93508,93521#msg-93521</guid>
            <title>Re: GC2RJ52 Salem Thomas Guide Challenge</title>
            <link>https://project-gc.com/forum/read?11,93508,93521#msg-93521</link>
            <description><![CDATA[ Any format should be fine - we can convert them (to the required format). Although, you should be aware that the turnaround time for these kind of checkers is usually pretty long... although the ones that are just &quot;squares&quot; (ie this one) are much easier to handle.]]></description>
            <dc:creator>bmuzzin</dc:creator>
            <category>ARCHIVE Checker requests (completed)</category>
            <pubDate>Thu, 24 Oct 2024 16:47:36 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?11,93508,93519#msg-93519</guid>
            <title>Re: GC2RJ52 Salem Thomas Guide Challenge</title>
            <link>https://project-gc.com/forum/read?11,93508,93519#msg-93519</link>
            <description><![CDATA[ Thanks bmuzzin for looking at this.  <br />
<br />
The map pages are in DMS format.  I will start with documenting them that way.  If you need me to convert them to a different format let me know.  Unless you need it differently, I will list them as follows: <br />
<br />
PAGE, NDMS, SDMS, EDMS, WDMS]]></description>
            <dc:creator>Dasindog</dc:creator>
            <category>ARCHIVE Checker requests (completed)</category>
            <pubDate>Thu, 24 Oct 2024 16:44:03 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?11,93508,93514#msg-93514</guid>
            <title>Re: GC2RJ52 Salem Thomas Guide Challenge</title>
            <link>https://project-gc.com/forum/read?11,93508,93514#msg-93514</link>
            <description><![CDATA[ I had just started to look at another Thomas Guide challenge requested a long while ago:<br />
<a href="https://project-gc.com/forum/read?8,65611"  rel="nofollow">https://project-gc.com/forum/read?8,65611</a><br />
<br />
That one has a GSAK macro that a user can use locally to verify qualifications, and the ask there is that it be converted into a PGC checker. That GSAK script has a bunch of these challenges in it, but, it doesn&#039;t appear to have this one. I doubt any of the PGC folks have a Thomas Guide for Oregon, and... I think I can speak for them to say, they&#039;re likely not buying one. If you happen to have the required map page coordinates and could provide them (or have the CO provide them to us), it is possible to make a checker.]]></description>
            <dc:creator>bmuzzin</dc:creator>
            <category>ARCHIVE Checker requests (completed)</category>
            <pubDate>Thu, 24 Oct 2024 14:57:05 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?11,93508,93508#msg-93508</guid>
            <title>[Resolved] GC2RJ52 Salem Thomas Guide Challenge</title>
            <link>https://project-gc.com/forum/read?11,93508,93508#msg-93508</link>
            <description><![CDATA[ This cache challenge uses the Thomas Guide map for Salem, Oregon. The challenge is to find one cache on every map page.  This is a total of 92 caches. The map page coordinates are in DMS.  To confirm if a cache on the edge of the map is in bounds a person must transpose the coordinates to the listed DDM format (or vice versa).  The cache owners have been validating the finds by hand for each person claiming to have completed the challenge.  They are saints.  I recently completed the challenge and asked the COs why they didn’t have a checker.  They said they didn’t know how to get one made.  <br />
<br />
If some kind soul could help the cache owners it would be very much appreciated.  It will also be very appreciated by everyone who is interested in doing the challenge.  It is very tedious to verify and bookkeep the caches.<br />
<br />
There are other Thomas Guide checkers already available so I would like to think that this should be straightforward provided a good list of the page coordinates was established.  If the page coordinates cannot be obtained from a public place, I would be willing to slog through the book to supply the information.  Just let me know and I will make a file with the coordinates.]]></description>
            <dc:creator>Dasindog</dc:creator>
            <category>ARCHIVE Checker requests (completed)</category>
            <pubDate>Wed, 23 Oct 2024 23:23:43 +0000</pubDate>
        </item>
    </channel>
</rss>
