×

To be able to write in the forum you need to authenticate. Meanwhile it's read-only.

Re: GC6QG93 - find at least 6 caches in every 'county' in New Zealand

[Resolved] GC6QG93 - find at least 6 caches in every 'county' in New Zealand
August 20, 2016 12:05PM
Hi.

I need a checker please.

There are 15 areas defined as geocaching 'counties' in country New Zealand.

To achieve this challenge, the cacher must find at least 6 caches in each of them.

All I want is a count per 'county' output.

Using the ''Easy Tagging Generic Checker (by mole125)" script, I've come up with at least part of a possible tag, based on checker GC416ZV in the United Kingdom. It has extra code that I don't understand but looks to have similar result to "fulfilled with 15 groups."

The sequence of 'counties' below is specific - matches geography and accepted NZ standards.

Thanks, GC.

New Zealand Traveller Challenge
{
"macros": {
"|(.*)|": "with name '%1' find 6 caches where country == 'New Zealand' and county == '%1'."
},
county == '%1'."
},
"challenge": [
"|Northland|",
"|Auckland|",
"|Waikato|",
"|Bay of Plenty|",
"|Gisborne|",
"|Hawke's Bay|",
"|Taranaki|",
"|Manawatu-Wanganui|",
"|Wellington|",
"|Nelson|",
"|Marlborough|",
"|West Coast|",
"|Canterbury|",
"|Otago|",
"|Southland|",
"fulfilled with unique caches.",
"output groups including empty with totals."
]
}
Re: GC6QG93 - find at least 6 caches in every 'county' in New Zealand
August 20, 2016 03:37PM
There are more appropritate checker script for that

http://project-gc.com/Challenges/GC6QG93/22301

Easy Tagging Generic Checker (by mole125) often give confising feedback if you don't meet the requirement
Re: GC6QG93 - find at least 6 caches in every 'county' in New Zealand
August 20, 2016 03:39PM
I tired to test your example but it is not ok json and cant be saved.
You can validate as json on http://jsonlint.com/
Re: GC6QG93 - find at least 6 caches in every 'county' in New Zealand
August 20, 2016 07:29PM
This checker works http://project-gc.com/Challenges/GC6QG93/22303

Mole125 script has a problem with Hawke's Bay.
Re: GC6QG93 - find at least 6 caches in every 'county' in New Zealand
August 21, 2016 10:09AM
I'd wondered about any script actually, for "Hawke's Bay". Glad this one works...

Anyway, thanks for the different method. Awesome. Could I just ask you to change the sequence from alphabetical to geographical please. It then matches the cache page, Wikipedia and is also how most New Zealanders know it...

I cut / paste / edited your tag below as I'd like it. Thanks. Appreciate all of you volunteers... Cheers, GC.

{
"func": "and",
"conf": [
{
"func": "number",
"conf": {
"limit": 6,
"country": "New Zealand",
"county": "Northland",
"brief": true
}
},
{
"func": "number",
"conf": {
"limit": 6,
"country": "New Zealand",
"county": "Auckland",
"brief": true
}
},
{
"func": "number",
"conf": {
"limit": 6,
"country": "New Zealand",
"county": "Waikato",
"brief": true
}
},
{
"func": "number",
"conf": {
"limit": 6,
"country": "New Zealand",
"county": "Bay of Plenty",
"brief": true
}
},
{
"func": "number",
"conf": {
"limit": 6,
"country": "New Zealand",
"county": "Gisborne",
"brief": true
}
},
{
"func": "number",
"conf": {
"limit": 6,
"country": "New Zealand",
"county": "Hawke's Bay",
"brief": true
}
},
{
"func": "number",
"conf": {
"limit": 6,
"country": "New Zealand",
"county": "Taranaki",
"brief": true
}
},
{
"func": "number",
"conf": {
"limit": 6,
"country": "New Zealand",
"county": "Manawatu-Wanganui",
"brief": true
}
},
{
"func": "number",
"conf": {
"limit": 6,
"country": "New Zealand",
"county": "Wellington",
"brief": true
}
},
{
"func": "number",
"conf": {
"limit": 6,
"country": "New Zealand",
"county": "Nelson",
"brief": true
}
},
{
"func": "number",
"conf": {
"limit": 6,
"country": "New Zealand",
"county": "Marlborough",
"brief": true
}
},
{
"func": "number",
"conf": {
"limit": 6,
"country": "New Zealand",
"county": "West Coast",
"brief": true
}
},
{
"func": "number",
"conf": {
"limit": 6,
"country": "New Zealand",
"county": "Canterbury",
"brief": true
}
},
{
"func": "number",
"conf": {
"limit": 6,
"country": "New Zealand",
"county": "Otago",
"brief": true
}
},
{
"func": "number",
"conf": {
"limit": 6,
"country": "New Zealand",
"county": "Southland",
"brief": true
}
}
]
}
Re: GC6QG93 - find at least 6 caches in every 'county' in New Zealand
August 21, 2016 10:22AM
The sequence is adjusted.
Re: GC6QG93 - find at least 6 caches in every 'county' in New Zealand
August 21, 2016 10:31AM
(tu)
Sorry, only registered users may post in this forum.

Click here to login