Variable | Type | Description |
$d_Archived | Boolean | Deprecated - use $d_Status instead |
$d_Bearing | String | Bearing (NW, SW, etc) from current centre point |
$d_CacheID | String | Unique cache ID |
$d_CacheType | String | A 1 character string representing the cache type (See below) |
$d_Code | String | Unique Waypoint code |
$d_Changed | Date | Date data was actually changed in this waypoint |
$d_Container | String | Container size |
$d_County | String | County |
$d_Country | String | Country |
$d_Created | Date | Date the waypoint was created in the database |
$d_Degrees | Numeric | Bearing in degrees from your current centre point |
$d_Difficulty | Numeric | Difficulty rating |
$d_Distance | Numeric | Distance from current centre point |
$d_DNF | Boolean | Cache currently has the DNF flag |
$d_DNFDate | Date | Date of most recent DNF |
$d_Elevation | Numeric | Elevation (always in meters) |
$d_FavPoints | Numeric | Geocaching.com favorite points |
$d_Found | Boolean | Found Status |
$d_FoundCount | Number | Found Count (number of times you have found this cache) |
$d_FoundByMeDate | Date | Date of your most recent find for a cache |
$d_FTF | Boolean | First to find |
$d_GcNote | String | Geocaching.com personal note |
$d_Guid | String | Geocaching.com cache GUID |
$d_HasCorrected | Boolean | Waypoint has corrected coordinates |
$d_HasTravelBug | Boolean | Cache has a travel bug |
$d_HasUserNote | Boolean | Waypoint has a user note |
$d_Hints | String | Hints for this cache (decoded) |
$d_IsPremium | Boolean | Geocaching.com member only cache status |
$d_LastFoundDate | Date | Date the cache was last found (by anybody) |
$d_LastGPXDate | Date | Date this waypoint was last updated by loading a GPX file |
$d_LastLog | Date | Date of the last log for this cache (any log) |
$d_LastUserDate | Date | Date this waypoint was last updated manually by any user action |
$d_LatOriginal | String | Original Latitude (before change by corrected coordinates) |
$d_Latitude | String | Latitude in decimal degrees format |
$d_Lock | Boolean | Waypoint is locked see columns |
$d_LongDescription | String | Cache Long description |
$d_LongHTM | Boolean | Long description contains HTML code |
$d_LonOriginal | String | Original Longitude (before change by corrected coordinates) |
$d_Longitude | String | Longitude in decimal degrees format |
$d_MacroFlag | Boolean | Macro only "UserFlag" see MacroFlag command |
$d_MacroSort | String | Internal "macro sort" more information |
$d_Name | String | Waypoint name |
$d_NumberOfLogs | Numeric | Number of logs linked to this cache |
$d_OwnerId | String | ID (usually a number) of the owner of this cache (not all source data contains this) |
$d_OwnerName | String | Owner name (more information) |
$d_PlacedBy | String | Name of cache placer/hider |
$d_PlacedDate | Date | Date the cache was placed/hidden |
$d_Resolution | String | Elevation resolution |
$d_ShortDescription | String | Cache Short description |
$d_ShortHTM | Boolean | Short description contains HTML code |
$d_SmartName | String | Waypoint smart name |
$d_SmartOverride | Boolean | Smart name override flag |
$d_Source | String | Source of data from GPX/LOC see columns |
$d_State | String | State/Province name the cache is in |
$d_Status | String | Cache Staus (see below) |
$d_Symbol | String | Symbol name for this waypoint |
$d_TempDisabled | Boolean | Deprecated - use $d_Status instead |
$d_Terrain | Numeric | Terrain rating |
$d_TravelBugs | String | Details of any travel bugs in this cache. See also $d_HasTravelBug |
$d_Url | String | Waypoint URL |
$d_UserData | String | User data |
$d_User2 | String | User data 2 |
$d_User3 | String | User data 3 |
$d_User4 | String | User data 4 |
$d_UserFlag | Boolean | User flag |
$d_UserNote | String | User Note [1]. See also $d_HasUserNote |
$d_UserNoteDate | Date | Date the last time the user note was updated |
$d_UserSort | Numeric | User sort |
$d_Watch | Boolean | Cache is being watched |
$NoteSection = Extract($d_UserNote,"$~",1) $LogSection = Extract($d_UserNote,"$~",2) |
Variable | Type | Description |
$d_kCode | String | Parent waypoint code |
$d_kBeforeLat | String | Latitude before correction (from load of last GPX file) |
$d_kBeforeLon | String | Longitude before correction (from load of last GPX file) |
$d_kBeforeState | String | State before correction (from load of last GPX file) |
$d_kBeforeCounty | String | County before correction |
$d_kAfterLat | String | Latitude after correction |
$d_kAfterLon | String | Longitude after correction |
$d_kAfterState | String | State after correction |
$d_kAfterCounty | String | County after correction |
$d_kType | String | Type to indicate how created. |
Variable | Type | Description |
$d_lParent | String | Parent waypoint code |
$d_lType | String | Log type |
$d_lText | String | Full log text |
$d_lBy | String | Logged by name |
$d_lDate | Date | Date of log |
$d_lTime | String | Time of log (read only and can not be updated) |
$d_lLogid | Numeric | Unique log id number |
$d_lLat | String | Latitude coordinate if given |
$d_lLon | String | Longitude coordinate if given |
$d_lEncoded | Boolean | Text encoded status |
$d_lOwnerid | Numeric | Owner ID of log creator |
$d_lIsOwner | Boolean | User owns this log (as per matching settings) |
Variable | Type | Description |
$d_cParent | String | Parent waypoint code |
$d_cCode | String | Child waypoint code |
$d_cPrefix | String | Child prefix (same as first 2 characters of code) |
$d_cName | String | Child waypoint name |
$d_cType | String | Child waypoint type (see notes) |
$d_cLat | String | Child waypoint latitude (decimal degrees - string) |
$d_cLon | String | Child waypoint longitude (decimal degrees - string) |
$d_cUrl | String | Child waypoint URL |
$d_cComment | String | Child comment |
$d_cByUser | Boolean | Child waypoint created by user (not Geocaching.com) |
$d_cDate | Date | CDate the child waypoint was created |
$d_cFlag | Boolean | Child user flag |
Variable | Type | Description |
$d_aCode | String | Cache waypoint code |
$d_aId | Numeric | Attribute ID number |
$d_aName | String | Attribute name/description |
$d_aInc | Boolean | 1=Include, 0 = exclude |