<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Project-GC Forum - Method requests</title>
        <description>Request new methods needed to make challenge checkers. One method request per thread please.</description>
        <link>https://project-gc.com/forum/list?5</link>
        <lastBuildDate>Thu, 16 Apr 2026 03:50:38 +0000</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://project-gc.com/forum/read?5,102935,102935#msg-102935</guid>
            <title>Getting home country and region (1 reply)</title>
            <link>https://project-gc.com/forum/read?5,102935,102935#msg-102935</link>
            <description><![CDATA[ I would like to have a function like PGC.GetHomeCountryAndRegion() that would tell me the home country and home region of the player, for which a checker is executed.<br />
<br />
I totally understand that the exact location cannot be exposed and already the county would fall under &quot;data privacy violation&quot;. But country and region does not fall under &quot;protection worthy data&quot; even for something as sensitive as medical data (i.e. &quot;Protected Health Information (PHI)&quot;).<br />
<br />
And country and region of a player can already be found out e.g. via &quot;Statistics/Top finders&quot;. It would make checker development easier, if a script could simply ask for &quot;home country&quot; instead of calculating a histogram to find the country with most finds.]]></description>
            <dc:creator>KaiserVonChina</dc:creator>
            <category>Method requests</category>
            <pubDate>Fri, 16 May 2025 03:58:27 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?5,82585,82585#msg-82585</guid>
            <title>GetOldest and cache attributes (1 reply)</title>
            <link>https://project-gc.com/forum/read?5,82585,82585#msg-82585</link>
            <description><![CDATA[ I&#039;d like to do a challenge where you need to find the oldest caches containing certain attributes. For example, my first foray was going to be the 10/50 oldest tree climbs in Ontario, Canada. Unfortunately, it doesn&#039;t look like this is possible currently, because GetOldest doesn&#039;t return the attribute sets of a cache. (I would assume this is the case for GetHighest/Lowest/Favorites as well, although I haven&#039;t confirmed). I assume this data exists in the database.<br />
<br />
Would it be possible to add to the params for those methods, to request certain fields of the results (as with GetHides)? Or alternatively, if there was a (fast) query to return details about a cache, given a GCcode (and that isn&#039;t necessarily a user&#039;s find), I could also work with that. Thanks!]]></description>
            <dc:creator>bmuzzin</dc:creator>
            <category>Method requests</category>
            <pubDate>Fri, 07 Jun 2024 15:21:51 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?5,71810,71810#msg-71810</guid>
            <title>Adding a map to the checker (4 replies)</title>
            <link>https://project-gc.com/forum/read?5,71810,71810#msg-71810</link>
            <description><![CDATA[ Hello, <br />
<br />
How can I add a map to a checker results?  <br />
<br />
For example:  <a href="https://project-gc.com/Challenges/GC8ZGGX/54659"  rel="nofollow">https://project-gc.com/Challenges/GC8ZGGX/54659</a> requires attending events in 25 Michigan counties.  It outputs which counties the cacher has attended events in.  I would like to add a map, in this case for Michigan, that has the counties shaded in that the cacher has attended events in.  It would be even better if the attended counties were green and the unattended counties were red like in the &quot;map counties&quot; tool.  About the closest thing I can come up with for an example is the checker for <a href="https://project-gc.com/Challenges/GC411A1/42821"  rel="nofollow">https://project-gc.com/Challenges/GC411A1/42821</a><br />
<br />
Thanks<br />
syfun]]></description>
            <dc:creator>syfun</dc:creator>
            <category>Method requests</category>
            <pubDate>Tue, 08 Oct 2024 18:12:20 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?5,65929,65929#msg-65929</guid>
            <title>GetFinds(): filter by attribute (no replies)</title>
            <link>https://project-gc.com/forum/read?5,65929,65929#msg-65929</link>
            <description><![CDATA[ It would be great to add an option where cache finds can be filtered by attributes.  I&#039;ve run into a few checker requests that would greatly benefit from this, as it would help reduce processing time and system resources!]]></description>
            <dc:creator>queengooborg</dc:creator>
            <category>Method requests</category>
            <pubDate>Wed, 05 Oct 2022 04:28:45 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?5,60762,60762#msg-60762</guid>
            <title>GetContinentDefinitions() (1 reply)</title>
            <link>https://project-gc.com/forum/read?5,60762,60762#msg-60762</link>
            <description><![CDATA[ <a href="https://project-gc.com/doxygen/lua-sandbox/classPGC__LUA__Sandbox.html#aff15c538990cbf6635d9fe24f8f361c4"  rel="nofollow">The Documentation</a> mentions a method GetContinentDefinitions(), but it seems not to be exposed to LUA?<br />
<br />
Has it been removed or was it planned at some point? The documentation seems a bit jumbled.]]></description>
            <dc:creator>JakeDot</dc:creator>
            <category>Method requests</category>
            <pubDate>Thu, 27 Apr 2023 07:26:16 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?5,53832,53832#msg-53832</guid>
            <title>GetOldestCaches issue (7 replies)</title>
            <link>https://project-gc.com/forum/read?5,53832,53832#msg-53832</link>
            <description><![CDATA[ There appears to be an issue using GetOldestCaches when there is a minHiddenDate set in the filter. When it is set the following error appears:<br />
<pre class="bbcode">
Error 8, lua_callbacks.php:1525  Undefined variable: minHiddenDate</pre>
<br />
Example of working code can be seen here:<a href="https://project-gc.com/Challenges//62414"  rel="nofollow">https://project-gc.com/Challenges//62414</a><br />
Non-working code is <a href="https://project-gc.com/Challenges//62415"  rel="nofollow">https://project-gc.com/Challenges//62415</a><br />
<br />
The working code uses <br />
<pre class="bbcode">
testfilter={}
testfilter.country=&quot;United States&quot;
testfilter.excludeArchived=true

mycs=PGC.GetOldestCaches({filter=testfilter,limit=1})</pre>
The non working code uses:<br />
<pre class="bbcode">
testfilter={}
testfilter.country=&quot;United States&quot;
testfilter.excludeArchived=true
testfilter.minHiddenDate=&quot;1970-01-01&quot;
mycs=PGC.GetOldestCaches({filter=testfilter,limit=1})</pre>
<br />
<br />
<br />
I started going down this road as an alternative to using GetNumCachesInArea to create a jasmer checker that will automatically notice missing months. Like GetNumCachesInArea the country required limitation will prevent a worldwide version. It still would be nice to specify for a single region so we do not need to manually update checkers as caches get archived.]]></description>
            <dc:creator>sloth96</dc:creator>
            <category>Method requests</category>
            <pubDate>Wed, 11 Aug 2021 16:03:14 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?5,53810,53810#msg-53810</guid>
            <title>GetNumCachesInTimeWindow() (no replies)</title>
            <link>https://project-gc.com/forum/read?5,53810,53810#msg-53810</link>
            <description><![CDATA[ I am looking to create a more flexible version of the Jasmer checker that automatically identifies if there are any caches available in that time window.  Some challenges such as the massachusetts month by month with this checker play games with adjusting the windows.  Checker seen here.  <a href="https://project-gc.com/Challenges/GC2KN9X/35021"  rel="nofollow">https://project-gc.com/Challenges/GC2KN9X/35021</a><br />
<br />
However unlike the Massachusetts challenge, I would like to specify the type.  As a for instance a Mystery Jasmer where you do a Jasmer with only Mystery caches.  Instead of manually adjusting the windows as caches get  archived and published, it would be nice to let the computer take care of it. This adjustment would be more of an issue for rare cache types such as Wherigo&#039;s and Virtuals.<br />
<br />
Basically this would look very similiar to GetNumCachesInArea() except country would be optional.]]></description>
            <dc:creator>sloth96</dc:creator>
            <category>Method requests</category>
            <pubDate>Tue, 03 Aug 2021 17:19:11 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?5,52348,52348#msg-52348</guid>
            <title>Accessing Public Attributes in PGC API Calls (5 replies)</title>
            <link>https://project-gc.com/forum/read?5,52348,52348#msg-52348</link>
            <description><![CDATA[ Hello,<br />
<br />
<a href="https://project-gc.com/doxygen/lua-sandbox/classPGC__LUA__Sandbox.html"  rel="nofollow">https://project-gc.com/doxygen/lua-sandbox/classPGC__LUA__Sandbox.html</a> descripts that MAXCPUTIME is available as a public attribute <br />
<br />
const 	MAXCPUTIME = 60<br />
<br />
However attempting to access it as PGC.MAXCPUTIME appears to give me an error.<br />
<br />
Am I missing the syntax or does a function need to be defined to grant access to this?<br />
<br />
I can see this being useful so project-gc can adjust the times scripts take to manage load and scripts can tailor their computation.<br />
<br />
Thanks.]]></description>
            <dc:creator>sloth96</dc:creator>
            <category>Method requests</category>
            <pubDate>Sun, 27 Jun 2021 07:23:18 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?5,42384,42384#msg-42384</guid>
            <title>GetHighest method (19 replies)</title>
            <link>https://project-gc.com/forum/read?5,42384,42384#msg-42384</link>
            <description><![CDATA[ Hello, <br />
<br />
I have one type of challenge on my mind and I&#039;m not sure if it is possible to create a checker with existing scripts and methods. Basically, I would need a method similar to <pre class="bbcode">
PGC.GetOldestCaches</pre>
- but instead of <b>hidden date</b> parameter it would be using <b>altitude (elevation)</b> parameter.<br />
<br />
Example of script (Oldest): <a href="https://project-gc.com/Tools/Challenges?edit&amp;tagId=42338"  rel="nofollow">https://project-gc.com/Tools/Challenges?edit&amp;tagId=42338</a><br />
Example of checker: <a href="https://project-gc.com/Challenges/GC8615X/42338"  rel="nofollow">https://project-gc.com/Challenges/GC8615X/42338</a><br />
<br />
Challenge on my mind:<br />
Find highest caches in 8 regions of Slovakia.<br />
For each region: 1. highest cache = 10 points, ... 10. highest cache = 1 point.<br />
Your goal is to collect at least XXX out of possible YYY points. <br />
<br />
In general, the config would be similar to Oldest challenge - country, region, county, types, limit, score.<br />
Requested GetHighest method would enable series of very interesting hiking challenges around the world.<br />
In case anyone can create a checker using existing method, that&#039;s great .. GC code you can use is GC8QE3B.<br />
<br />
Thank you for any response.]]></description>
            <dc:creator>Rikitan</dc:creator>
            <category>Method requests</category>
            <pubDate>Sun, 27 Jun 2021 07:16:07 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?5,40312,40312#msg-40312</guid>
            <title>GetFindsWithChallengeCheckers (5 replies)</title>
            <link>https://project-gc.com/forum/read?5,40312,40312#msg-40312</link>
            <description><![CDATA[ Hi,<br />
<br />
I have seen many, many requests for Challenges involving other Challenges found.<br />
<br />
Obviously we cannot use the word Challenge in the title as this is against guidelines (and inaccurate) but I was thinking about what if we could get the list of finds the user has found with published challenge checkers.<br />
<br />
I see two main problems with a new GetFindsWithChallengeCheckers:<br />
<br />
1 - the information strictly speaking wouldn&#039;t come from Geocaching.com..... BUT, when you think about it.... the info IS there as every Challenge published since the guidelines must have a checker on the page, at Geocaching.com.<br />
2 - Not all challenges have checkers.... but its is an every shrinking proportion<br />
<br />
What does everyone else think?]]></description>
            <dc:creator>GreyHams</dc:creator>
            <category>Method requests</category>
            <pubDate>Sun, 23 May 2021 21:08:58 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?5,30187,30187#msg-30187</guid>
            <title>Lab caches included in challenges? (18 replies)</title>
            <link>https://project-gc.com/forum/read?5,30187,30187#msg-30187</link>
            <description><![CDATA[ Hi folks,<br />
according to <a href="https://project-gc.com/forum/read?7,27"  rel="nofollow">https://project-gc.com/forum/read?7,27</a> lab caches are not included in the challenge checker system yet.\<br />
<br />
Are there plans in changing that?]]></description>
            <dc:creator>Team On</dc:creator>
            <category>Method requests</category>
            <pubDate>Mon, 09 Mar 2020 10:38:20 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?5,25911,25911#msg-25911</guid>
            <title>GetFavorites missing options (1 reply)</title>
            <link>https://project-gc.com/forum/read?5,25911,25911#msg-25911</link>
            <description><![CDATA[ There is difference with parameters used for these two functions<br />
<br />
PGC_LUA_Sandbox::GetFavorites<br />
    country (string)<br />
    region (string)<br />
    county (string) 	<br />
<br />
PGC_LUA_Sandbox::GetOldestCaches<br />
    country (string or array)<br />
    region (string or array)<br />
    county (string or array)<br />
<br />
Is it possible to add the array option also to the GetFavorites?]]></description>
            <dc:creator>arisoft</dc:creator>
            <category>Method requests</category>
            <pubDate>Wed, 27 Feb 2019 10:31:30 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?5,16522,16522#msg-16522</guid>
            <title>New Log-method (10 replies)</title>
            <link>https://project-gc.com/forum/read?5,16522,16522#msg-16522</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>arisoft</strong><br />
While debugging this I really missed the debug log output. Is there any possibility to get the output saved? </div></blockquote>
<br />
To be honest I am not sure how to solve the problem with getting the output from a process that&#039;s in an endless loop.<br />
<br />
Your web browser is contacting a web server, which starts a PHP process (with LUA support). PHP-FPM is configured to kill the process after X seconds, the output is then lost.<br />
<br />
I can currently think of two solutions.<br />
1) Instead of outputting to stdout, write it to a file that can later on be retrieved. Since the LUA-sandbox doesn&#039;t have any functions that can read or write from/to disk a new PGC-api-method would have to be created for that purpose.<br />
<br />
2) Build a standalone framework. In this case the LUA code would be run on your computer. One of the downsides would be that you have to install an environment for executing LUA. PGC would then need to expose the LUA callbacks as AJAX calls so that they can be fetched from LUA code in some way, probably via a built LUA library. While this has some advantages, it&#039;s a lot more work to implement, and has the mentioned downside that the developer would need LUA installed as well.<br />
<br />
Of those suggestions I can think of right now, #1 seems easier. I&#039;ll get right at trying to implement it. I don&#039;t know how hard it will be yet.]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Method requests</category>
            <pubDate>Wed, 07 Feb 2018 16:03:35 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?5,15492,15492#msg-15492</guid>
            <title>GetAggregateCaches (5 replies)</title>
            <link>https://project-gc.com/forum/read?5,15492,15492#msg-15492</link>
            <description><![CDATA[ Before I suggest a new method, let me explain what I wish to do… so you can consider other methods as well.<br />
I would like to know the number of Reward Virtuals (Virtual caches published between 8/24/2017 and 8/24/2018) that have been published in a given country and region.  There will never be more that 4000 of these and as of January 8th, there are only 1081 published.  Using Map Compare on the 8th, I was able to determine the following:<br />
<br />
<pre class="bbcode">
As of January 8th, 2018 the current Reward Virtuals statistics are:

1,081 Reward Virtuals Published.
That is 27% of the 4000 will be made available to publish between 8/2017 and 8/2018.
4 have already been archived.
7 are temporarily unavailable at present.
The US has 209 of the 1081 or 19% of published reward virtual caches.
The state of Texas has 7 (0.6% of world, 3.3% of US).
Germany has 223 which is 21% of world wide reward virtual caches.
The time period for publishing reward virtuals is 365 days.  We are currently 38% of the way through that period.</pre>
<br />
<br />
I would like to write a non-checker script to update and expand on these statistics.  It could even follow a typical challenge out put such appending personal statistics to the above stats:<br />
<br />
<pre class="bbcode">
Congratulations TravelingGeek!  You have found 16 Reward Virtual Caches!
That is 1.5% of the currently published reward virtuals and 0.4% of the possible 4000. 
You have found the equivalent of 7.7% of the US published caches.
You have found the equivalent of 229% of the Texas published caches.</pre>
<br />
I started thinking about this with the intent of publishing challenge caches for finding 1, 5, 10, and 15 reward virtuals.  My friendly neighborhood reviewer reminded me that I need to be sure there are several local cachers that could meet the requirements… the most I could find locally had only found 3.<br />
In doing that research, I found the above statistics so instead of challenge  caches (yet) I want to have a script that will produce some interesting statistics that could be shared in caching groups or social media. <br />
I’m not sure this fits project-gc.com but I think it could be.  I don’t know… maybe this would be better in something like BadgeGen but I know Project-gc and don’t know them.<br />
In any case, here are the methods I would propose to implement the above:<br />
<br />
<b>GetAggregateCaches</b>  By Region, By Country, All.   Take the standard filters to limite types and hidden dates.<br />
<br />
Alternatively, a purpose built API could be:  <b>GetRewardVirtuals</b>  ByRegion, ByCountry, All.<br />
<br />
Not sure how easy this would be on the PGC infrastructure, but if a json file could be updated on a weekly basis, I could use GetJson to accomplish what I want.<br />
<br />
All that said about what I want to do, I think the GetAggregateCache api could have some very interesting uses for challenge checkers.  There are many scripts that “sum up” regions or types or sizes… GetAggregateCaches could implement much of that behind the API where things run much more efficiently (I presume) and reduce the load on the challenge checker compute resources.<br />
<br />
<b><i>What do you think?</i></b>]]></description>
            <dc:creator>travelingGeek</dc:creator>
            <category>Method requests</category>
            <pubDate>Wed, 04 Aug 2021 01:38:25 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?5,15441,15441#msg-15441</guid>
            <title>TableRemove return value (2 replies)</title>
            <link>https://project-gc.com/forum/read?5,15441,15441#msg-15441</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />table.remove (table [, pos])<br />
<br />
Removes from table the element at position pos, shifting down other elements to close the space, if necessary. <span style="color:#FF0000">Returns the value of the removed element.</span> The default value for pos is n, where n is the length of the table, so that a call table.remove(t) removes the last element of table t.</div></blockquote>
<br />
For some reason TableRemove seems to return nil instead of the removed value.]]></description>
            <dc:creator>arisoft</dc:creator>
            <category>Method requests</category>
            <pubDate>Wed, 10 Jan 2018 16:34:04 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?5,14610,14610#msg-14610</guid>
            <title>Signal for premature results (7 replies)</title>
            <link>https://project-gc.com/forum/read?5,14610,14610#msg-14610</link>
            <description><![CDATA[ Some time consuming checkers may know at some point, if the challenge is qualified or not, but the checker may continue to find a partial solution and it also generates html documents which may take even longer than the primary check.<br />
<br />
Checker could signal the primary result (ok value) immediatelly when it is achieved.<br />
<br />
There could be two advances achieved with this construction.<br />
1. Automated test batch could stop the checker before it generates any unusable informative user output.<br />
2. If the checker is running from user interface, the system could selectively give additional time to give opportunity to find the best partial solution. (For example for paying members.) At least, system could tell, if the user qualifies or not, regardless of possible time-out.]]></description>
            <dc:creator>arisoft</dc:creator>
            <category>Method requests</category>
            <pubDate>Sun, 23 May 2021 20:59:06 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?5,12054,12054#msg-12054</guid>
            <title>Filtering by GC-Code from Tag (2 replies)</title>
            <link>https://project-gc.com/forum/read?5,12054,12054#msg-12054</link>
            <description><![CDATA[ Previous conversation is <a href="https://project-gc.com/forum/read?4,11980,11980#msg-11980"  rel="nofollow">here</a><br />
<br />
After Mar 2017, no documentation about qualifying the challenge is required from the finder. This means that the cache owner needs accurate tool to verify the claim, after the finder has logged the challenge as found. It is logically impossible that the challenge cache itself could be used prematurely before to qualify.<br />
<br />
In many cases this is absolutely irrelevant but the result may be wrong. For example if the challenge needs one (1) found and the checker accepts the challenge itself, then it never fails when the owner confirms the finder&#039;s qualification with the checker - as it shoud.<br />
<br />
Most effective solution could be a filter option for <i>PGC_GetFinds</i> which use the <i>GC-Code</i> from the <i>Tag</i>. This way the <i>Tag</i> is fully clonable and for a bonus there is no need to sequentially search the output to exlude this single cache.]]></description>
            <dc:creator>arisoft</dc:creator>
            <category>Method requests</category>
            <pubDate>Wed, 27 Sep 2017 13:12:32 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?5,10968,10968#msg-10968</guid>
            <title>Mod Request for GetFinds (1 reply)</title>
            <link>https://project-gc.com/forum/read?5,10968,10968#msg-10968</link>
            <description><![CDATA[ Since I love hiking and combining with long-distance multi-caches (e.g. GC2H7T4, GC2QA1H, GC2X070, GC31GAE, GC625VV, GC2Y3HM) I like the idea for challenges with a minimum number of waypoints with type &quot;physical&quot; or &quot;virtual&quot;).<br />
<br />
Therefore I would need following modification in the function getFinds:<br />
<ul><li> new field: num_wp_physical </li><li> new field: num_wp_virtual </li></ul>
<br />
The fields would enable to create a checker for such a challenge.<br />
<br />
What do you think of this idea?]]></description>
            <dc:creator>speedy-1702</dc:creator>
            <category>Method requests</category>
            <pubDate>Mon, 17 Jul 2017 03:02:29 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?5,10646,10646#msg-10646</guid>
            <title>Request for GetNumberOfCountiesInRegion and similar (10 replies)</title>
            <link>https://project-gc.com/forum/read?5,10646,10646#msg-10646</link>
            <description><![CDATA[ I&#039;d like to request three new functions to be created:<br />
GetNumberOfCountiesInRegion<br />
GetNumberOfRegionsInCountry and<br />
GetNumberOfCountiesInCountry<br />
<br />
This is to allow scripts to calculate the percentage of counties in a region a user has found and similar. The scripts would want to check for the return value being zero, as I assume that would be the result of calling the function on a country/region without the specified level divisions.]]></description>
            <dc:creator>sumbloke</dc:creator>
            <category>Method requests</category>
            <pubDate>Tue, 04 Jul 2017 04:18:57 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?5,9970,9970#msg-9970</guid>
            <title>Mods Request for GetFavorites (5 replies)</title>
            <link>https://project-gc.com/forum/read?5,9970,9970#msg-9970</link>
            <description><![CDATA[ The GetFavorites API call that we use can only return 100 caches. This means that any disabled or archived caches get filtered out for printing the table. However we need them in the list to see if a finder has found them. At this time there is no way of making multiple calls to build a list larger than 100 in the API call because there is no max favorite points option to get the second batch of 100. <br />
<br />
An example of how this is impacting things is in <a href="http://project-gc.com/forum/read?8,9938"  rel="nofollow">http://project-gc.com/forum/read?8,9938</a><br />
<br />
There are two actions that can solve this problem.<br />
<br />
The first is increase the max of limit to something larger.  1000 comes to mind from other calls.<br />
<br />
This would only be temporary until the number of archived and disabled plus the number of caches is more than 1000.<br />
To solve this it would be nice to have a maximum number of FP/Wilson/... option as well.  That way one could get to any number larger than limit through multiple calls.<br />
<br />
Thanks.]]></description>
            <dc:creator>sloth96</dc:creator>
            <category>Method requests</category>
            <pubDate>Thu, 29 Jun 2017 10:08:43 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?5,7708,7708#msg-7708</guid>
            <title>radius-filter for GetNumCachesInArea (3 replies)</title>
            <link>https://project-gc.com/forum/read?5,7708,7708#msg-7708</link>
            <description><![CDATA[ It is possible to add radius-filter for method <i>GetNumCachesInArea</i>? It&#039;s like the radius-filter for <i>GetFinds</i>.<br />
<br />
I need it for challenge GC4MTR3. The task is to find all traditional caches within a radius of 5 km. With the new filter it will be possible to get the number of possible finds and compare it with the number of finds by the user in this area.<br />
<br />
I hope it will be possible. Thanks!]]></description>
            <dc:creator>king-ton</dc:creator>
            <category>Method requests</category>
            <pubDate>Thu, 30 Mar 2017 07:52:55 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?5,7579,7579#msg-7579</guid>
            <title>Request for GetSimplifiedPolygonsCountry () (3 replies)</title>
            <link>https://project-gc.com/forum/read?5,7579,7579#msg-7579</link>
            <description><![CDATA[ Hello,<br />
<br />
I request the creation of GetSimplifiedPolygonsCountry () which mimics the behaviour of  GetSimplifiedPolygonsCounty () and  GetSimplifiedPolygonsRegion. (). Like the others they could be called with just $country.<br />
<br />
Based on Target&#039;s Contiguous County Checker, I created an Contiguous Country Checker among others including ones for Regions.  The Region and county versions are able to show maps based on the other GetSimplifiedPolygon calls.  It would be nice to round out the set for common visual properties.<br />
<br />
Thank you.]]></description>
            <dc:creator>sloth96</dc:creator>
            <category>Method requests</category>
            <pubDate>Thu, 30 Mar 2017 18:35:55 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?5,7276,7276#msg-7276</guid>
            <title>README (no replies)</title>
            <link>https://project-gc.com/forum/read?5,7276,7276#msg-7276</link>
            <description><![CDATA[ Since we are not reading here often enough we believe this is a good workflow for requesting methods.<br />
<ol type="1"><li> Write a post here about the request. Explain as much as you feel necessary, purpose, expected parameters and so forth. </li><li> Hopefully there will be some feedback from others. Depending on how much feedback it could be smart to summarize it all in one post or adjust the initial request. </li><li> Ones things are settled and agree upon. Create a ticket in Project-GC&#039;s support ticket with a link to the forum thread. This should probably speed things up a bit. </li></ol>]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Method requests</category>
            <pubDate>Tue, 14 Feb 2017 13:04:18 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?5,4500,4500#msg-4500</guid>
            <title>GetOldestCaches allow array for regions/countries filter? (18 replies)</title>
            <link>https://project-gc.com/forum/read?5,4500,4500#msg-4500</link>
            <description><![CDATA[ Hello,<br />
<br />
I have been using GetOldestCaches to fetch the oldest cache in each of the 50 US states.    <br />
<a href="http://project-gc.com/Challenges/GC6K9N3/23184"  rel="nofollow">http://project-gc.com/Challenges/GC6K9N3/23184</a><br />
<br />
Several complained about the script not completing for them. After several attempts to speed it up, I bootstrapped with just getting the oldest caches in the country.  The API call takes a string and not an array. This meant I had to cycle through one region at the time to finish it out.  Each GetOldestCaches took about ~10 seconds so this took a while.  Runtimes for me are about 130 seconds which seems undesirably long for a single checker.<br />
<br />
My initial hope was to use an array of regions to speed it up and minimize api calls/server loading/ and the like.<br />
<br />
I have a similar script with countries that has the same problems but the times don&#039;t seem so bad.<br />
<br />
Existing code uses this api call so perhaps a seconds is needed.<br />
<br />
Right now, I would rate this nice to have not necessary.]]></description>
            <dc:creator>sloth96</dc:creator>
            <category>Method requests</category>
            <pubDate>Sat, 18 Feb 2017 00:58:32 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?5,4168,4168#msg-4168</guid>
            <title>Possibility to filter in GetFinds by the amount of FP (4 replies)</title>
            <link>https://project-gc.com/forum/read?5,4168,4168#msg-4168</link>
            <description><![CDATA[ Would it be possible to add a possibility to filter caches in GetFinds by the amount of FP awarded to to this cache? It would simplify the creation of the checker below (would need slight modification of existing, instead of writing a new one). I believe it would be also useful for different checkers handling favorites. Using filter is more effective than filtering afterwards.<br />
<br />
<a href="http://project-gc.com/forum/read?8,2759"  rel="nofollow">http://project-gc.com/forum/read?8,2759</a>]]></description>
            <dc:creator>Jakuje</dc:creator>
            <category>Method requests</category>
            <pubDate>Tue, 14 Feb 2017 13:09:47 +0000</pubDate>
        </item>
        <item>
            <guid>https://project-gc.com/forum/read?5,462,462#msg-462</guid>
            <title>Number of used FP (1 reply)</title>
            <link>https://project-gc.com/forum/read?5,462,462#msg-462</link>
            <description><![CDATA[ After a question for a checker that required that you have given out (used) 100 favorite points<br />
According to the thread the challenge are approved by a reviewer if a checker is available. <br />
<a href="http://project-gc.com/forum/read?8,458"  rel="nofollow">http://project-gc.com/forum/read?8,458</a><br />
<br />
So this is a request for a API metod to get the number of given out (used) FP by a user.]]></description>
            <dc:creator>Target.</dc:creator>
            <category>Method requests</category>
            <pubDate>Mon, 30 May 2016 14:39:22 +0000</pubDate>
        </item>
    </channel>
</rss>
