×

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

Re: Elevation - missing meters.

Elevation - missing meters.
February 07, 2023 08:09PM
Hello,
I using this script - Easy Tagging Generic Checker - to check elevation of different cache type. If works fine, but when you not fulfills show all cache which qualified. Is there a script to show only qualified cache (1 per cache type) and for missing type showing highest one.
Re: Elevation - missing meters.
February 08, 2023 12:06AM
Not on that script, but I've tweaked my Multiple test checker script to be able to handle that. For example:

{"func":"and","opt":{"func":"range","conf":{"field":"elevation","min":2000,"limit":1}},"conf":[
{"conf":{"types":["Traditional Cache"]}},
{"conf":{"types":["Unknown Cache"]}},
{"conf":{"types":["Event Cache"]}}
]}

(Add in other types as required. Full list of available types is at https://project-gc.com/forum/read?7,27 )
Re: Elevation - missing meters.
February 08, 2023 11:14AM
You could also use "Multiple Test Checker v2" by arisoft

As example see https://project-gc.com/Challenges/GC9Z040/71089
Re: Elevation - missing meters.
February 08, 2023 08:15PM
https://project-gc.com/Challenges/GCA4GJ6/75048
I using now this script "Multiple Test Checker v2" by arisoft and it's better know.
Now it show this:
""Find at least 1 Letterbox Hybrid on or above 900 m mean sea level."
Qualifying 0 / 1, FAILED"
Can it show something like this:
"Found Letterbox Hybrid at 850 meter." (or something similar).
Re: Elevation - missing meters.
February 08, 2023 08:29PM
That's up to you how to name the description
Re: Elevation - missing meters.
February 08, 2023 08:51PM
I know about description, but I to get the cache name which is not qualifying.
Now is:
"Find at least 1 Unknown Cache on or above 1250m mean sea level."
1310m - GC4WA3R Lysá hora - fotografická keš - (Unknown Cache)
Qualifying 1 / 1, PASSED

"Find at least 1 Letterbox Hybrid on or above 900 m mean sea level."
Qualifying 0 / 1, FAILED"

But can it be something like this:

"Find at least 1 Unknown Cache on or above 1250m mean sea level."
1310m - GC4WA3R Lysá hora - fotografická keš - (Unknown Cache)
Qualifying 1 / 1, PASSED

"Find at least 1 Letterbox Hybrid on or above 900 m mean sea level."
420m - GC??? ???? - (Letterbox Hybrid) ->highest cache of this type found
Qualifying 0 / 1, FAILED"

How to get this highest cache, not qualifying?
Re: Elevation - missing meters.
February 08, 2023 08:57PM
You can not show caches which do not fit the parameter.

All caches below 900 meters are excluded from the search criteria
Re: Elevation - missing meters.
February 09, 2023 10:40AM
That script doesn't have the requested output on fail, which I added to my script.
Re: Elevation - missing meters.
February 09, 2023 10:55AM
Yes , I am with you now

As example for StachoB to copy
https://project-gc.com/Challenges//75088
Re: Elevation - missing meters.
February 09, 2023 07:11PM
Yes, it works just I want.
Copy tag to https://project-gc.com/Challenges/GCA4GJ6/75111

Thanks.
Sorry, only registered users may post in this forum.

Click here to login