Q
Q

Artifacts

6 total|2 schema|2 ontology|1 validation
South Australia Tenements

By Type

field mappings1
validation report1
ontology derived2
schema profile2

Recent Artifacts

Mappings: au_sa_tenements → tenement

Harmonize au_sa_tenements → Generate mappings

field mappingsau_sa_tenements
9 FebConfidence: 94%
Show data
{
  "mappings": [
    {
      "confidence": 0.95,
      "mappingType": "direct",
      "sourceField": "tenement_label",
      "justification": "tenement_label contains the official permit identifier (e.g., 'EL 6146') which is the standard format for tenement identification",
      "targetAttribute": "permit_id"
    },
    {
      "confidence": 1,
      "mappingType": "direct",
      "sourceField": "name",
      "justification": "Direct field name match for tenement name",
      "targetAttribute": "name"
    },
    {
      "confidence": 0.95,
      "mappingType": "direct",
      "sourceField": "tenement_type",
      "justification": "tenement_type directly maps to permit type (e.g., 'EL' for Exploration License)",
      "targetAttribute": "type"
    },
    {
      "confidence": 0.95,
      "mappingType": "direct",
      "sourceField": "tenement_status",
      "justification": "tenement_status directly indicates current status (e.g., 'Active')",
      "targetAttribute": "status"
    },
    {
      "confidence": 0.95,
      "mappingType": "direct",
      "sourceField": "licencees",
      "justification": "licencees field contains the company name holding the tenement licence",
      "targetAttribute": "holder"
    },
    {
      "confidence": 0.9,
      "mappingType": "direct",
      "sourceField": "tenement_start_date",
      "justification": "tenement_start_date represents when the tenement became active, which corresponds to grant date",
      "targetAttribute": "grant_date"
    },
    {
      "confidence": 1,
      "mappingType": "direct",
      "sourceField": "tenement_expiry_date",
      "justification": "Direct mapping for tenement expiry date",
      "targetAttribute": "expiry_date"
    },
    {
      "transform": {
        "type": "expression",
        "expression": "CAST(area_legal AS FLOAT) * 100"
      },
      "confidence": 0.8,
      "mappingType": "computed",
      "sourceField": "area_legal",
      "justification": "area_legal contains area value but needs conversion from square kilometres to hectares (multiply by 100)",
      "targetAttribute": "area_hectares"
    },
    {
      "transform": {
        "type": "parse",
        "expression": "split_and_trim(commodities_sought, ';')"
      },
      "confidence": 0.9,
      "mappingType": "computed",
      "sourceField": "commodities_sought",
      "justification": "commodities_sought contains semicolon-separated list that needs to be parsed into array format",
      "targetAttribute": "commodities"
    },
    {
      "confidence": 1,
      "mappingType": "direct",
      "sourceField": "_id",
      "justification": "_id is the unique identifier from the source system",
      "targetAttribute": "source_id"
    }
  ],
  "featureType": "tenement",
  "unmappedFields": [
    "_geom",
    "area_unit",
    "court_action_pending",
    "location",
    "objectid",
    "operators",
    "prior_tenement",
    "renewal_application_date",
    "shape_area",
    "shape_leng",
    "shape_length",
    "subsequent_tenement",
    "tenement_number",
    "tenement_surrender_date",
    "time_slice",
    "transfer_application_date",
    "_mirrored_at",
    "geom"
  ],
  "overallConfidence": 0.92,
  "suggestedAttributes": [
    {
      "name": "geometry",
      "dataType": "GEOMETRY",
      "description": "Tenement boundary geometry"
    },
    {
      "name": "operator",
      "dataType": "TEXT",
      "description": "Operating company if different from holder"
    },
    {
      "name": "location_description",
      "dataType": "TEXT",
      "description": "Descriptive location of the tenement"
    },
    {
      "name": "surrender_date",
      "dataType": "DATE",
      "description": "Date when tenement was surrendered"
    },
    {
      "name": "court_action_pending",
      "dataType": "BOOLEAN",
      "description": "Indicates if court action is pending"
    }
  ]
}
Validation: au_sa_tenements

Harmonize au_sa_tenements → Validate ontology

validation reportau_sa_tenements
9 FebValidation: 82%4 issues
Show data
{
  "isValid": false,
  "warnings": [
    "area_hectares: 100% of values don't match expected type FLOAT",
    "geometry: 100% of values don't match expected type GEOMETRY"
  ],
  "sourceSlug": "au_sa_tenements",
  "featureType": "tenement",
  "suggestions": [],
  "validatedAt": "2026-02-09T21:50:08.360Z",
  "criticalIssues": [
    "country: No matching field found for patterns: country",
    "jurisdiction: No matching field found for patterns: state, jurisdiction"
  ],
  "totalAttributes": 22,
  "validAttributes": 18,
  "validationScore": 82,
  "fieldValidations": [
    {
      "issues": [],
      "isValid": true,
      "nullCount": 0,
      "actualTypes": {
        "string": 901
      },
      "nullPercent": 0,
      "expectedType": "TEXT",
      "matchedField": "tenement_label",
      "totalRecords": 901,
      "attributeName": "permit_id",
      "distinctCount": 901,
      "sourcePatterns": [
        "tenement_label",
        "tenement_number"
      ],
      "typeMismatchPercent": 0
    },
    {
      "issues": [],
      "isValid": true,
      "nullCount": 901,
      "actualTypes": {},
      "nullPercent": 100,
      "expectedType": "TEXT",
      "matchedField": "name",
      "totalRecords": 901,
      "attributeName": "name",
      "distinctCount": 0,
      "sourcePatterns": [
        "name"
      ],
      "typeMismatchPercent": 0
    },
    {
      "issues": [],
      "isValid": true,
      "nullCount": 0,
      "actualEnums": [
        "EL"
      ],
      "actualTypes": {
        "string": 901
      },
      "nullPercent": 0,
      "expectedType": "TEXT",
      "matchedField": "tenement_type",
      "missingEnums": [
        "ML",
        "MPL",
        "PEL"
      ],
      "totalRecords": 901,
      "attributeName": "type",
      "distinctCount": 1,
      "expectedEnums": [
        "EL",
        "ML",
        "MPL",
        "PEL"
      ],
      "sourcePatterns": [
        "tenement_type"
      ],
      "unexpectedValues": [],
      "typeMismatchPercent": 0
    },
    {
      "issues": [],
      "isValid": true,
      "nullCount": 0,
      "actualEnums": [
        "Active"
      ],
      "actualTypes": {
        "string": 901
      },
      "nullPercent": 0,
      "expectedType": "TEXT",
      "matchedField": "tenement_status",
      "missingEnums": [
        "Expired",
        "Surrendered",
        "Pending"
      ],
      "totalRecords": 901,
      "attributeName": "status",
      "distinctCount": 1,
      "expectedEnums": [
        "Active",
        "Expired",
        "Surrendered",
        "Pending"
      ],
      "sourcePatterns": [
        "tenement_status"
      ],
      "unexpectedValues": [],
      "typeMismatchPercent": 0
    },
    {
      "issues": [],
      "isValid": true,
      "nullCount": 0,
      "actualTypes": {
        "string": 901
      },
      "nullPercent": 0,
      "expectedType": "TEXT",
      "matchedField": "licencees",
      "totalRecords": 901,
      "attributeName": "holder",
      "distinctCount": 217,
      "sourcePatterns": [
        "licencees",
        "licensees"
      ],
      "typeMismatchPercent": 0
    },
    {
      "issues": [],
      "isValid": true,
      "nullCount": 694,
      "actualTypes": {
        "string": 207
      },
      "nullPercent": 77,
      "expectedType": "TEXT",
      "matchedField": "operators",
      "totalRecords": 901,
      "attributeName": "operator",
      "distinctCount": 80,
      "sourcePatterns": [
        "operators"
      ],
      "typeMismatchPercent": 0
    },
    {
      "issues": [],
      "isValid": true,
      "nullCount": 0,
      "actualTypes": {
        "string": 901
      },
      "nullPercent": 0,
      "expectedType": "TIMESTAMP",
      "matchedField": "tenement_start_date",
      "totalRecords": 901,
      "attributeName": "grant_date",
      "distinctCount": 482,
      "sourcePatterns": [
        "tenement_start_date",
        "grant_date"
      ],
      "typeMismatchPercent": 0
    },
    {
      "issues": [],
      "isValid": true,
      "nullCount": 0,
      "actualTypes": {
        "string": 901
      },
      "nullPercent": 0,
      "expectedType": "TIMESTAMP",
      "matchedField": "tenement_expiry_date",
      "totalRecords": 901,
      "attributeName": "expiry_date",
      "distinctCount": 475,
      "sourcePatterns": [
        "tenement_expiry_date",
        "expiry_date"
      ],
      "typeMismatchPercent": 0
    },
    {
      "issues": [],
      "isValid": true,
      "nullCount": 900,
      "actualTypes": {
        "string": 1
      },
      "nullPercent": 100,
      "expectedType": "TIMESTAMP",
      "matchedField": "tenement_surrender_date",
      "totalRecords": 901,
      "attributeName": "surrender_date",
      "distinctCount": 1,
      "sourcePatterns": [
        "tenement_surrender_date"
      ],
      "typeMismatchPercent": 0
    },
    {
      "issues": [
        "100% of values don't match expected type FLOAT"
      ],
      "isValid": false,
      "nullCount": 0,
      "actualTypes": {
        "string": 901
      },
      "nullPercent": 0,
      "expectedType": "FLOAT",
      "matchedField": "area_legal",
      "sampleIssues": [
        "506",
        "221",
        "93",
        "257",
        "17"
      ],
      "totalRecords": 901,
      "attributeName": "area_hectares",
      "distinctCount": 546,
      "sourcePatterns": [
        "area_legal",
        "area_ha",
        "area"
      ],
      "typeMismatchPercent": 100
    },
    {
      "issues": [],
      "isValid": true,
      "nullCount": 0,
      "actualTypes": {
        "string": 901
      },
      "nullPercent": 0,
      "expectedType": "TEXT",
      "matchedField": "area_unit",
      "totalRecords": 901,
      "attributeName": "area_unit",
      "distinctCount": 1,
      "sourcePatterns": [
        "area_unit"
      ],
      "typeMismatchPercent": 0
    },
    {
      "issues": [],
      "isValid": true,
      "nullCount": 1,
      "actualTypes": {
        "string": 900
      },
      "nullPercent": 0,
      "expectedType": "TEXT",
      "matchedField": "commodities_sought",
      "totalRecords": 901,
      "attributeName": "commodities",
      "distinctCount": 259,
      "sourcePatterns": [
        "commodities_sought",
        "commodities",
        "minerals"
      ],
      "typeMismatchPercent": 0
    },
    {
      "issues": [],
      "isValid": true,
      "nullCount": 0,
      "actualTypes": {
        "string": 901
      },
      "nullPercent": 0,
      "expectedType": "TEXT",
      "matchedField": "location",
      "totalRecords": 901,
      "attributeName": "location",
      "distinctCount": 869,
      "sourcePatterns": [
        "location",
        "description"
      ],
      "typeMismatchPercent": 0
    },
    {
      "issues": [],
      "isValid": true,
      "nullCount": 901,
      "actualTypes": {},
      "nullPercent": 100,
      "expectedType": "BOOLEAN",
      "matchedField": "court_action_pending",
      "totalRecords": 901,
      "attributeName": "court_action_pending",
      "distinctCount": 0,
      "sourcePatterns": [
        "court_action_pending"
      ],
      "typeMismatchPercent": 0
    },
    {
      "issues": [],
      "isValid": true,
      "nullCount": 901,
      "actualTypes": {},
      "nullPercent": 100,
      "expectedType": "TEXT",
      "matchedField": "prior_tenement",
      "totalRecords": 901,
      "attributeName": "prior_tenement",
      "distinctCount": 0,
      "sourcePatterns": [
        "prior_tenement"
      ],
      "typeMismatchPercent": 0
    },
    {
      "issues": [],
      "isValid": true,
      "nullCount": 901,
      "actualTypes": {},
      "nullPercent": 100,
      "expectedType": "TEXT",
      "matchedField": "subsequent_tenement",
      "totalRecords": 901,
      "attributeName": "subsequent_tenement",
      "distinctCount": 0,
      "sourcePatterns": [
        "subsequent_tenement"
      ],
      "typeMismatchPercent": 0
    },
    {
      "issues": [],
      "isValid": true,
      "nullCount": 782,
      "actualTypes": {
        "string": 119
      },
      "nullPercent": 87,
      "expectedType": "TIMESTAMP",
      "matchedField": "renewal_application_date",
      "totalRecords": 901,
      "attributeName": "renewal_application_date",
      "distinctCount": 82,
      "sourcePatterns": [
        "renewal_application_date"
      ],
      "typeMismatchPercent": 0
    },
    {
      "issues": [],
      "isValid": true,
      "nullCount": 895,
      "actualTypes": {
        "string": 6
      },
      "nullPercent": 99,
      "expectedType": "TIMESTAMP",
      "matchedField": "transfer_application_date",
      "totalRecords": 901,
      "attributeName": "transfer_application_date",
      "distinctCount": 5,
      "sourcePatterns": [
        "transfer_application_date"
      ],
      "typeMismatchPercent": 0
    },
    {
      "issues": [
        "No matching field found for patterns: country"
      ],
      "isValid": false,
      "nullCount": 901,
      "actualTypes": {},
      "nullPercent": 100,
      "expectedType": "TEXT",
      "matchedField": null,
      "totalRecords": 901,
      "attributeName": "country",
      "distinctCount": 0,
      "sourcePatterns": [
        "country"
      ],
      "typeMismatchPercent": 100
    },
    {
      "issues": [
        "No matching field found for patterns: state, jurisdiction"
      ],
      "isValid": false,
      "nullCount": 901,
      "actualTypes": {},
      "nullPercent": 100,
      "expectedType": "TEXT",
      "matchedField": null,
      "totalRecords": 901,
      "attributeName": "jurisdiction",
      "distinctCount": 0,
      "sourcePatterns": [
        "state",
        "jurisdiction"
      ],
      "typeMismatchPercent": 100
    },
    {
      "issues": [],
      "isValid": true,
      "nullCount": 0,
      "actualTypes": {
        "string": 901
      },
      "nullPercent": 0,
      "expectedType": "TEXT",
      "matchedField": "_id",
      "totalRecords": 901,
      "attributeName": "source_id",
      "distinctCount": 901,
      "sourcePatterns": [
        "_id",
        "objectid",
        "id"
      ],
      "typeMismatchPercent": 0
    },
    {
      "issues": [
        "100% of values don't match expected type GEOMETRY"
      ],
      "isValid": false,
      "nullCount": 0,
      "actualTypes": {
        "string": 901
      },
      "nullPercent": 0,
      "expectedType": "GEOMETRY",
      "matchedField": "_geom",
      "sampleIssues": [
        "MULTIPOLYGON(((137.282921 -33.385874, 137.271228 -33.394241, 137.274137 -33.394225, 137.275634 -33.393579, 137.277046 -33.394207, 137.284306 -33.394164, 137.284931 -33.393779, 137.28639 -33.394152, 137.331863 -33.393857, 137.36664 -33.393642, 137.366582 -33.394389, 137.366608 -33.394586, 137.36439 -33.396267, 137.362652 -33.398093, 137.362245 -33.398701, 137.360509 -33.400154, 137.359465 -33.401213, 137.358705 -33.402153, 137.358281 -33.402734, 137.357676 -33.403887, 137.357431 -33.404729, 137.356516 -33.406286, 137.356455 -33.40641, 137.356185 -33.406576, 137.355146 -33.407486, 137.354311 -33.408534, 137.353706 -33.409687, 137.353485 -33.410447, 137.353371 -33.410596, 137.353091 -33.410994, 137.352486 -33.412147, 137.352129 -33.413371, 137.352031 -33.414628, 137.352059 -33.414961, 137.351924 -33.415353, 137.351689 -33.416251, 137.351653 -33.416714, 137.351549 -33.417029, 137.351159 -33.418559, 137.351069 -33.418971, 137.35097 -33.420228, 137.350451 -33.420883, 137.349846 -33.422037, 137.349489 -33.423261, 137.349395 -33.424065, 137.349355 -33.424885, 137.34935 -33.425338, 137.349514 -33.42659, 137.349764 -33.427399, 137.349835 -33.427584, 137.349714 -33.428393, 137.34965 -33.429448, 137.349788 -33.430503, 137.34971 -33.431498, 137.34971 -33.431514, 137.349253 -33.432349, 137.346823 -33.437799, 137.346735 -33.438007, 137.346378 -33.43923, 137.346347 -33.439624, 137.345025 -33.440456, 137.344545 -33.440639, 137.342625 -33.441643, 137.339325 -33.443923, 137.338627 -33.444462, 137.33561 -33.447063, 137.332809 -33.449008, 137.331255 -33.449823, 137.330145 -33.450515, 137.329289 -33.451265, 137.329109 -33.451281, 137.327666 -33.451633, 137.327508 -33.45169, 137.325849 -33.451878, 137.324018 -33.452261, 137.323434 -33.452442, 137.322384 -33.452384, 137.32089 -33.452521, 137.319447 -33.452873, 137.318098 -33.45343, 137.317323 -33.453874, 137.316677 -33.454289, 137.315488 -33.45478, 137.314276 -33.455525, 137.313236 -33.456435, 137.313058 -33.456644, 137.313018 -33.45666, 137.311806 -33.457405, 137.310963 -33.458142, 137.310796 -33.458245, 137.309756 -33.459154, 137.30892 -33.460202, 137.308503 -33.460932, 137.307463 -33.463052, 137.307274 -33.463475, 137.306916 -33.464698, 137.306817 -33.465956, 137.30698 -33.467208, 137.307144 -33.467681, 137.30655 -33.468462, 137.305944 -33.469615, 137.305856 -33.469853, 137.30514 -33.470752, 137.304673 -33.471639, 137.304017 -33.472255, 137.303147 -33.473415, 137.302889 -33.473782, 137.302283 -33.474935, 137.301925 -33.476158, 137.301865 -33.476919, 137.301487 -33.478082, 137.301359 -33.478587, 137.300589 -33.479551, 137.299983 -33.480704, 137.299925 -33.480853, 137.299577 -33.481774, 137.299358 -33.481932, 137.297653 -33.483593, 137.296103 -33.485673, 137.295859 -33.486021, 137.295252 -33.487174, 137.294894 -33.488398, 137.294795 -33.489655, 137.294894 -33.49042, 137.294754 -33.490718, 137.293974 -33.493008, 137.293644 -33.495123, 137.293664 -33.496043, 137.293664 -33.496065, 137.293816 -33.497232, 137.293118 -33.497644, 137.291584 -33.498804, 137.289754 -33.500564, 137.289534 -33.500784, 137.288698 -33.501831, 137.288157 -33.502829, 137.287951 -33.5033, 137.287513 -33.503857, 137.287158 -33.504351, 137.286551 -33.505504, 137.286193 -33.506728, 137.286127 -33.507548, 137.285971 -33.507822, 137.285591 -33.508604, 137.285233 -33.509828, 137.285193 -33.510328, 137.284811 -33.511054, 137.284452 -33.512277, 137.284353 -33.513535, 137.284353 -33.513549, 137.284362 -33.513874, 137.283797 -33.514581, 137.28319 -33.515734, 137.282832 -33.516957, 137.282732 -33.518215, 137.282739 -33.518289, 137.281905 -33.519682, 137.281116 -33.521691, 137.280726 -33.523581, 137.280601 -33.524932, 137.280617 -33.52573, 137.280516 -33.525987, 137.280253 -33.52735, 137.280196 -33.527421, 137.279589 -33.528574, 137.27923 -33.529797, 137.279131 -33.531055, 137.279294 -33.532307, 137.279484 -33.532854, 137.278962 -33.533372, 137.278832 -33.533504, 137.277996 -33.534551, 137.277389 -33.535704, 137.27703 -33.536927, 137.276928 -33.538032, 137.276928 -33.538402, 137.27693 -33.538554, 137.277093 -33.539807, 137.277274 -33.540329, 137.277248 -33.541191, 137.276684 -33.542004, 137.275704 -33.544139, 137.274774 -33.547829, 137.274678 -33.548523, 137.273798 -33.549992, 137.272941 -33.55215, 137.27234 -33.553107, 137.271807 -33.554144, 137.271448 -33.555367, 137.271348 -33.556337, 137.27134 -33.556708, 137.270533 -33.558988, 137.270278 -33.559937, 137.270178 -33.561194, 137.270333 -33.562384, 137.268814 -33.563879, 137.268661 -33.564034, 137.268618 -33.564087, 137.267353 -33.564623, 137.265765 -33.56549, 137.264545 -33.56633, 137.262735 -33.568046, 137.261934 -33.569104, 137.261522 -33.569401, 137.260544 -33.570228, 137.256944 -33.573808, 137.255642 -33.57556, 137.253122 -33.58037, 137.252855 -33.580943, 137.252496 -33.582166, 137.252396 -33.583424, 137.252416 -33.583579, 137.252273 -33.58376, 137.251665 -33.584913, 137.251306 -33.586136, 137.251268 -33.586608, 137.250802 -33.58719, 137.250195 -33.588343, 137.249836 -33.589566, 137.249802 -33.589987, 137.249606 -33.590656, 137.24954 -33.591484, 137.24946 -33.591553, 137.248622 -33.5926, 137.248355 -33.593106, 137.247632 -33.59401, 137.247024 -33.595163, 137.246665 -33.596386, 137.246563 -33.597493, 137.246563 -33.597928, 137.245954 -33.599083, 137.245748 -33.599669, 137.245163 -33.601637, 137.244597 -33.60187, 137.243382 -33.602614, 137.242339 -33.603523, 137.24191 -33.60401, 137.24116 -33.60494, 137.240048 -33.606903, 137.239491 -33.608453, 137.239207 -33.60857, 137.237992 -33.609314, 137.236949 -33.610223, 137.236111 -33.61127, 137.235503 -33.612422, 137.235144 -33.613646, 137.235044 -33.614903, 137.235082 -33.615201, 137.235187 -33.616013, 137.234705 -33.616411, 137.234628 -33.616474, 137.233959 -33.617093, 137.233121 -33.61814, 137.232549 -33.619207, 137.232288 -33.61982, 137.231304 -33.620967, 137.230751 -33.6217, 137.230496 -33.622183, 137.229164 -33.623624, 137.228636 -33.624341, 137.228142 -33.624526, 137.227182 -33.624936, 137.226637 -33.62519, 137.225421 -33.625934, 137.224379 -33.626843, 137.224299 -33.626943, 137.223983 -33.627129, 137.220483 -33.629729, 137.219489 -33.630603, 137.21865 -33.631649, 137.218042 -33.632802, 137.218 -33.632907, 137.21764 -33.633837, 137.217322 -33.634955, 137.217222 -33.636212, 137.217384 -33.637465, 137.217428 -33.637592, 137.217392 -33.637715, 137.217337 -33.638391, 137.216896 -33.638901, 137.215971 -33.640261, 137.214811 -33.642501, 137.214173 -33.644427, 137.214053 -33.645187, 137.213981 -33.646282, 137.214044 -33.64677, 137.213084 -33.648311, 137.212078 -33.649193, 137.211239 -33.650239, 137.210996 -33.650638, 137.209397 -33.65347, 137.207285 -33.655834, 137.206458 -33.656264, 137.205555 -33.656852, 137.20144 -33.657585, 137.20012 -33.657914, 137.198768 -33.65847, 137.197866 -33.658995, 137.197424 -33.659288, 137.195453 -33.659651, 137.193073 -33.660401, 137.191457 -33.66108, 137.18578 -33.664122, 137.184822 -33.664354, 137.183469 -33.66491, 137.183171 -33.665092, 137.181461 -33.665611, 137.179692 -33.66635, 137.175802 -33.66847, 137.174833 -33.669083, 137.173789 -33.669991, 137.173522 -33.670284, 137.171572 -33.672534, 137.171 -33.673288, 137.170391 -33.67444, 137.17003 -33.675663, 137.169969 -33.676427, 137.169935 -33.676526, 137.169339 -33.677353, 137.168497 -33.678912, 137.167827 -33.680689, 137.167686 -33.680824, 137.166266 -33.682718, 137.166116 -33.683011, 137.16568 -33.68319, 137.165206 -33.683479, 137.154116 -33.685927, 137.153481 -33.686089, 137.149321 -33.687299, 137.147592 -33.68799, 137.144785 -33.689451, 137.142482 -33.690107, 137.137556 -33.690663, 137.136595 -33.690818, 137.133894 -33.691388, 137.13023 -33.691492, 137.128854 -33.691624, 137.127406 -33.691974, 137.126318 -33.6924, 137.124791 -33.69311, 137.124479 -33.693192, 137.12441 -33.693167, 137.123303 -33.692918, 137.120963 -33.692528, 137.118795 -33.692399, 137.117065 -33.692479, 137.115875 -33.692604, 137.114427 -33.692954, 137.114395 -33.692967, 137.113289 -33.692695, 137.11101 -33.692415, 137.109819 -33.692339, 137.10517 -33.692309, 137.103935 -33.692375, 137.101215 -33.692685, 137.100716 -33.692754, 137.099268 -33.693104, 137.098913 -33.693249, 137.09838 -33.69324, 137.098035 -33.69324, 137.096537 -33.693374, 137.095754 -33.693563, 137.09511 -33.693194, 137.09347 -33.692404, 137.09333 -33.692338, 137.091952 -33.691828, 137.090489 -33.691526, 137.088986 -33.69144, 137.088312 -33.691473, 137.08813 -33.691488, 137.087807 -33.69136, 137.086893 -33.691048, 137.08543 -33.690746, 137.083926 -33.69066, 137.083399 -33.690682, 137.081319 -33.690822, 137.079072 -33.69123, 137.079048 -33.691237, 137.075459 -33.691044, 137.073117 -33.691185, 137.070822 -33.69159, 137.070097 -33.69151, 137.067652 -33.691534, 137.062222 -33.692236, 137.05997 -33.692156, 137.059438 -33.69215, 137.05794 -33.692284, 137.056492 -33.692633, 137.056027 -33.692805, 137.055862 -33.692817, 137.05496 -33.692924, 137.053512 -33.693273, 137.052159 -33.693827, 137.051877 -33.693975, 137.051555 -33.694152, 137.051146 -33.69421, 137.049564 -33.694564, 137.044237 -33.696231, 137.044143 -33.696253, 137.042789 -33.696807, 137.042025 -33.69724, 137.041505 -33.69757, 137.041051 -33.697879, 137.040006 -33.698786, 137.039165 -33.699832, 137.038967 -33.700205, 137.03697 -33.700543, 137.035048 -33.701069, 137.033318 -33.701739, 137.032115 -33.702307, 137.030715 -33.703097, 137.028997 -33.704375, 137.027376 -33.70595, 137.025521 -33.707187, 137.025232 -33.707389, 137.024186 -33.708296, 137.023405 -33.709266, 137.022356 -33.710176, 137.021515 -33.711221, 137.020904 -33.712373, 137.020855 -33.712536, 137.018671 -33.714325, 137.018393 -33.714603, 137.016804 -33.714719, 137.013891 -33.715204, 137.003408 -33.71695, 137.003954 -33.715923, 137.004097 -33.715539, 137.00421 -33.715204, 137.004887 -33.713199, 137.005018 -33.712546, 137.00603 -33.711559, 137.00716 -33.710129, 137.007512 -33.709644, 137.008123 -33.708492, 137.008486 -33.70727, 137.00859 -33.706013, 137.00843 -33.70476, 137.008013 -33.70355, 137.007351 -33.702418, 137.00727 -33.702308, 137.00679 -33.701668, 137.005984 -33.70076, 137.004898 -33.699886, 137.003648 -33.699182, 137.003187 -33.698984, 137.002611 -33.698754, 137.00253 -33.698618, 137.002201 -33.698118, 137.001314 -33.6971, 137.000724 -33.696587, 136.999594 -33.695697, 136.999098 -33.695336, 136.997848 -33.694632, 136.996471 -33.694121, 136.995008 -33.693818, 136.994198 -33.693744, 136.992458 -33.693654, 136.991765 -33.693641, 136.990266 -33.693774, 136.989935 -33.693854, 136.989643 -33.693796, 136.988989 -33.693688, 136.987485 -33.693601, 136.985986 -33.693734, 136.984709 -33.694041, 136.984538 -33.694082, 136.983873 -33.694354, 136.983799 -33.694313, 136.983363 -33.694149, 136.983488 -33.693998, 136.984528 -33.692317, 136.984709 -33.691896, 136.985748 -33.689487, 136.986021 -33.688722, 136.986801 -33.686001, 136.986934 -33.685441, 136.987037 -33.684184, 136.986976 -33.683447, 136.986747 -33.681871, 137.051375 -33.68187, 137.051374 -33.615203, 137.101373 -33.615202, 137.101372 -33.548535, 137.151371 -33.548535, 137.15137 -33.481868, 137.168036 -33.481868, 137.168035 -33.448534, 137.251369 -33.448533, 137.251367 -33.385793, 137.280897 -33.385869, 137.281926 -33.385872, 137.282921 -33.385874)), ((137.30057 -33.325934, 137.296793 -33.327617, 137.294478 -33.327593, 137.293189 -33.326417, 137.291895 -33.325967, 137.249962 -33.326106, 137.244453 -33.326134, 137.244105 -33.326128, 137.219681 -33.326204, 137.219421 -33.326205, 137.209867 -33.326234, 137.209816 -33.326325, 137.206161 -33.328369, 137.203223 -33.329408, 137.201366 -33.330434, 137.201365 -33.3152, 137.251365 -33.315199, 137.251364 -33.248532, 137.334696 -33.248532, 137.334698 -33.325803, 137.308923 -33.325903, 137.308207 -33.325905, 137.30057 -33.325934)))",
        "MULTIPOLYGON(((138.94658 -34.814114, 138.946722 -34.81412, 138.946887 -34.814119, 138.947009 -34.814112, 138.947405 -34.81407, 138.947479 -34.81434, 138.947535 -34.814487, 138.947553 -34.814523, 138.947576 -34.814565, 138.947612 -34.814629, 138.947666 -34.81471, 138.947686 -34.814738, 138.947761 -34.814828, 138.947823 -34.814892, 138.947932 -34.81499, 138.948009 -34.81505, 138.948176 -34.815157, 138.948266 -34.815203, 138.948392 -34.81526, 138.948467 -34.815288, 138.948568 -34.815322, 138.948636 -34.815341, 138.948794 -34.815375, 138.948894 -34.81539, 138.949069 -34.815404, 138.949173 -34.815406, 138.949319 -34.815401, 138.949401 -34.815393, 138.949495 -34.815381, 138.949544 -34.815372, 138.949632 -34.815355, 138.949754 -34.815325, 138.949842 -34.815298, 138.949994 -34.815251, 138.950052 -34.815233, 138.950411 -34.815785, 138.950451 -34.815841, 138.950528 -34.81594, 138.951099 -34.816773, 138.951192 -34.816888, 138.951324 -34.817025, 138.951359 -34.81706, 138.951452 -34.817147, 138.951497 -34.817188, 138.951602 -34.817275, 138.951656 -34.817318, 138.951815 -34.817433, 138.951842 -34.817452, 138.952012 -34.817567, 138.952042 -34.817587, 138.952722 -34.818018, 138.953901 -34.81882, 138.953974 -34.818883, 138.954061 -34.818973, 138.954083 -34.818995, 138.954462 -34.819362, 138.954541 -34.819431, 138.954594 -34.819473, 138.954686 -34.819537, 138.954738 -34.819569, 138.954771 -34.819589, 138.954868 -34.819645, 138.955003 -34.819712, 138.955093 -34.819749, 138.955169 -34.819778, 138.955266 -34.819811, 138.955429 -34.819855, 138.955529 -34.819874, 138.955569 -34.819881, 138.95563 -34.819892, 138.95571 -34.819902, 138.955816 -34.819913, 138.955928 -34.81992, 138.956042 -34.819922, 138.956227 -34.819912, 138.956387 -34.819892, 138.956474 -34.819878, 138.956538 -34.819866, 138.956609 -34.81985, 138.956776 -34.819807, 138.956868 -34.81978, 138.956945 -34.819754, 138.956991 -34.819738, 138.957127 -34.819686, 138.957177 -34.819665, 138.957242 -34.819637, 138.957657 -34.819478, 138.957898 -34.81942, 138.957936 -34.819411, 138.958874 -34.819156, 138.958989 -34.819119, 138.959102 -34.819076, 138.959186 -34.81904, 138.959307 -34.818984, 138.959389 -34.818941, 138.959535 -34.818858, 138.959615 -34.818807, 138.959704 -34.818746, 138.959744 -34.818716, 138.959836 -34.818646, 138.959874 -34.818615, 138.96 -34.818509, 138.960035 -34.818478, 138.960197 -34.818328, 138.960505 -34.818059, 138.960574 -34.818012, 138.960807 -34.817872, 138.961037 -34.817749, 138.961286 -34.817635, 138.961356 -34.817605, 138.961692 -34.817668, 138.9618 -34.817683, 138.962127 -34.817716, 138.962235 -34.817722, 138.9624 -34.817725, 138.962453 -34.817725, 138.962792 -34.817717, 138.962886 -34.817711, 138.963047 -34.817696, 138.963131 -34.817685, 138.963208 -34.817673, 138.963274 -34.81766, 138.963449 -34.817623, 138.963568 -34.817591, 138.963823 -34.81751, 138.963851 -34.8175, 138.964602 -34.81724, 138.964661 -34.817234, 138.96475 -34.817225, 138.964915 -34.81722, 138.964956 -34.817218, 138.965766 -34.817169, 138.965934 -34.817147, 138.966106 -34.817114, 138.966209 -34.817089, 138.966255 -34.817073, 138.96629 -34.817063, 138.966366 -34.81704, 138.966442 -34.817015, 138.9665 -34.816993, 138.966598 -34.816954, 138.966673 -34.816922, 138.966774 -34.816874, 138.966809 -34.816856, 138.966943 -34.816786, 138.966991 -34.81676, 138.967134 -34.816677, 138.967633 -34.816406, 138.967659 -34.816396, 138.967721 -34.816378, 138.967759 -34.816373, 138.967835 -34.816359, 138.968027 -34.816335, 138.968034 -34.848558, 138.966567 -34.848443, 138.966529 -34.84889, 138.966145 -34.848867, 138.966115 -34.849174, 138.96656 -34.849199, 138.966914 -34.849543, 138.967915 -34.849618, 138.96799 -34.848976, 138.968034 -34.848597, 138.968035 -34.865187, 138.951368 -34.865188, 138.951369 -34.915846, 138.948738 -34.914908, 138.948072 -34.91428, 138.946233 -34.914165, 138.948906 -34.922721, 138.948996 -34.922739, 138.949838 -34.92232, 138.951369 -34.92206, 138.951369 -34.931854, 138.918036 -34.931855, 138.918037 -34.998522, 138.834705 -34.998523, 138.834704 -34.948523, 138.884703 -34.948522, 138.884703 -34.931855, 138.868037 -34.931856, 138.868036 -34.865189, 138.903138 -34.865191, 138.903093 -34.865593, 138.903319 -34.865607, 138.903283 -34.865883, 138.903086 -34.86987, 138.903957 -34.869656, 138.905751 -34.871022, 138.908166 -34.870387, 138.908235 -34.870395, 138.910603 -34.870684, 138.911421 -34.871297, 138.911616 -34.869576, 138.912008 -34.866117, 138.912113 -34.865191, 138.918035 -34.865188, 138.918035 -34.848521, 138.901368 -34.848522, 138.901368 -34.818023, 138.901426 -34.818063, 138.901575 -34.818156, 138.901661 -34.818204, 138.901734 -34.818242, 138.901768 -34.818258, 138.902394 -34.81855, 138.902428 -34.818572, 138.90245 -34.818589, 138.902476 -34.818612, 138.902608 -34.818752, 138.902685 -34.818847, 138.902784 -34.818985, 138.90316 -34.819527, 138.903179 -34.819557, 138.903558 -34.820269, 138.903643 -34.820399, 138.903683 -34.820449, 138.903743 -34.820518, 138.903823 -34.8206, 138.903899 -34.820672, 138.903938 -34.820704, 138.903975 -34.820734, 138.90406 -34.820798, 138.90416 -34.820866, 138.904276 -34.820935, 138.904431 -34.821013, 138.904569 -34.821069, 138.90472 -34.82112, 138.904883 -34.821163, 138.905014 -34.821191, 138.905045 -34.821196, 138.905081 -34.821204, 138.905198 -34.821218, 138.905238 -34.821221, 138.905273 -34.821226, 138.905428 -34.821238, 138.905518 -34.82124, 138.905589 -34.821245, 138.906122 -34.821265, 138.906175 -34.821286, 138.906271 -34.821342, 138.906306 -34.821362, 138.906839 -34.821646, 138.906966 -34.821704, 138.907027 -34.821728, 138.907147 -34.821768, 138.907252 -34.821796, 138.907339 -34.821817, 138.907388 -34.821827, 138.907505 -34.821845, 138.907654 -34.821861, 138.907773 -34.821869, 138.907833 -34.82187, 138.907895 -34.821869, 138.907992 -34.821866, 138.908067 -34.821862, 138.908241 -34.821847, 138.908385 -34.821826, 138.908561 -34.821791, 138.908641 -34.821774, 138.908778 -34.821737, 138.908856 -34.821712, 138.908905 -34.821694, 138.909065 -34.821634, 138.909111 -34.821616, 138.909192 -34.821581, 138.909275 -34.821542, 138.909359 -34.821498, 138.909426 -34.82146, 138.909605 -34.82135, 138.909685 -34.821297, 138.909887 -34.821147, 138.909947 -34.821099, 138.910058 -34.821003, 138.9101 -34.821048, 138.910188 -34.821131, 138.910328 -34.821241, 138.910413 -34.821297, 138.910483 -34.821339, 138.910541 -34.821371, 138.910712 -34.821449, 138.910804 -34.821482, 138.910961 -34.821528, 138.911072 -34.821552, 138.911204 -34.821574, 138.911297 -34.821585, 138.911424 -34.821593, 138.911564 -34.821596, 138.911719 -34.821589, 138.912455 -34.821516, 138.912538 -34.821512, 138.91261 -34.821504, 138.912734 -34.821484, 138.912814 -34.821468, 138.912908 -34.821444, 138.913011 -34.821414, 138.913161 -34.82136, 138.913381 -34.821264, 138.913421 -34.821556, 138.913413 -34.821584, 138.913228 -34.822053, 138.91319 -34.822181, 138.91317 -34.822275, 138.913159 -34.822351, 138.913155 -34.822392, 138.913151 -34.822487, 138.913154 -34.822604, 138.913169 -34.822731, 138.913182 -34.822795, 138.913203 -34.822878, 138.913225 -34.822946, 138.913266 -34.823048, 138.913319 -34.823157, 138.913369 -34.823247, 138.913445 -34.823365, 138.913486 -34.823423, 138.913573 -34.823538, 138.91364 -34.823615, 138.913688 -34.823666, 138.913756 -34.82373, 138.913916 -34.823868, 138.914039 -34.82396, 138.914163 -34.824038, 138.914223 -34.824074, 138.914366 -34.824153, 138.914494 -34.824213, 138.91467 -34.824284, 138.914751 -34.824313, 138.914973 -34.824385, 138.91509 -34.824416, 138.915268 -34.824455, 138.915402 -34.824477, 138.915544 -34.824493, 138.915668 -34.824501, 138.915719 -34.824502, 138.915813 -34.824501, 138.915939 -34.824494, 138.916127 -34.824467, 138.916179 -34.824457, 138.916243 -34.824447, 138.916334 -34.824433, 138.916448 -34.824407, 138.916571 -34.824373, 138.91706 -34.824249, 138.917157 -34.824255, 138.917291 -34.824267, 138.917404 -34.824282, 138.917675 -34.824337, 138.917965 -34.824424, 138.918073 -34.824464, 138.918092 -34.824473, 138.918171 -34.824506, 138.918238 -34.824539, 138.918331 -34.824588, 138.918411 -34.824637, 138.918573 -34.824744, 138.919716 -34.825578, 138.920214 -34.825977, 138.920256 -34.82601, 138.92041 -34.826103, 138.920581 -34.826172, 138.920764 -34.826216, 138.920867 -34.826228, 138.921005 -34.82624, 138.921091 -34.826244, 138.921217 -34.826246, 138.921268 -34.826246, 138.921385 -34.826244, 138.921437 -34.826242, 138.921553 -34.826235, 138.921611 -34.82623, 138.921834 -34.826207, 138.921947 -34.82619, 138.922054 -34.826169, 138.922107 -34.826158, 138.922213 -34.826132, 138.922284 -34.826113, 138.922497 -34.826049, 138.922563 -34.826027, 138.922669 -34.825988, 138.922753 -34.825954, 138.922869 -34.825902, 138.922895 -34.82589, 138.923003 -34.825838, 138.923045 -34.825817, 138.92316 -34.825756, 138.923279 -34.825682, 138.923379 -34.825612, 138.92344 -34.825565, 138.923536 -34.825485, 138.923608 -34.82542, 138.923674 -34.825354, 138.923732 -34.82529, 138.923868 -34.825125, 138.923906 -34.825077, 138.923969 -34.824988, 138.924305 -34.824546, 138.924337 -34.824517, 138.924455 -34.82442, 138.925338 -34.823714, 138.925456 -34.823601, 138.925532 -34.823517, 138.92556 -34.823483, 138.92565 -34.823372, 138.925682 -34.82333, 138.925768 -34.823209, 138.925794 -34.823172, 138.92598 -34.822881, 138.926242 -34.82249, 138.926799 -34.821787, 138.926817 -34.821771, 138.927033 -34.82168, 138.927102 -34.821657, 138.927227 -34.821624, 138.927274 -34.82162, 138.927372 -34.822084, 138.927406 -34.8222, 138.927449 -34.822313, 138.927504 -34.822428, 138.92801 -34.823311, 138.928035 -34.823353, 138.928255 -34.82369, 138.928277 -34.823721, 138.928626 -34.82421, 138.928653 -34.824246, 138.929182 -34.824911, 138.929643 -34.825565, 138.929733 -34.825673, 138.929781 -34.825724, 138.929846 -34.825785, 138.929941 -34.825867, 138.930023 -34.825931, 138.930069 -34.825964, 138.930116 -34.825995, 138.930212 -34.826055, 138.930315 -34.826112, 138.930438 -34.826173, 138.930567 -34.826227, 138.930808 -34.826313, 138.93089 -34.826338, 138.930994 -34.826367, 138.931065 -34.826385, 138.931246 -34.826424, 138.931357 -34.826443, 138.93144 -34.826453, 138.931506 -34.82646, 138.931659 -34.826472, 138.931737 -34.826475, 138.931808 -34.826476, 138.931892 -34.826475, 138.932034 -34.826469, 138.932118 -34.826462, 138.932188 -34.826454, 138.932288 -34.82644, 138.932419 -34.826415, 138.932512 -34.826394, 138.932671 -34.826351, 138.932775 -34.826318, 138.932846 -34.826293, 138.932923 -34.826253, 138.932951 -34.826239, 138.933001 -34.826214, 138.933044 -34.826197, 138.933107 -34.826171, 138.933176 -34.826144, 138.933252 -34.8261, 138.93337 -34.826022, 138.933422 -34.825982, 138.933524 -34.825894, 138.933568 -34.82585, 138.933622 -34.825791, 138.93366 -34.825747, 138.933716 -34.825673, 138.933753 -34.825619, 138.933815 -34.825514, 138.933849 -34.825442, 138.93389 -34.825344, 138.933928 -34.825228, 138.933946 -34.825165, 138.933962 -34.825099, 138.934431 -34.825196, 138.934589 -34.825218, 138.93466 -34.825224, 138.934743 -34.825228, 138.934842 -34.82523, 138.934895 -34.82523, 138.936133 -34.825201, 138.936327 -34.825182, 138.936564 -34.825141, 138.936695 -34.825112, 138.936966 -34.825035, 138.93701 -34.825022, 138.937169 -34.82497, 138.937252 -34.82494, 138.937402 -34.82488, 138.937443 -34.824862, 138.937588 -34.824797, 138.937616 -34.824784, 138.937752 -34.824719, 138.937833 -34.824676, 138.938088 -34.824527, 138.938166 -34.824477, 138.938285 -34.824393, 138.938327 -34.824362, 138.938511 -34.824219, 138.938637 -34.824393, 138.938657 -34.82442, 138.939687 -34.825732, 138.939754 -34.825808, 138.939875 -34.825932, 138.939904 -34.82596, 138.940104 -34.826148, 138.940145 -34.826184, 138.940401 -34.826401, 138.940439 -34.826431, 138.940836 -34.826735, 138.940864 -34.826755, 138.941529 -34.827231, 138.941547 -34.827244, 138.942582 -34.827951, 138.942613 -34.827971, 138.943203 -34.828346, 138.943304 -34.828403, 138.943475 -34.828473, 138.943658 -34.828516, 138.943848 -34.828533, 138.944038 -34.828523, 138.944223 -34.828485, 138.944397 -34.828422, 138.944555 -34.828334, 138.944693 -34.828226, 138.944805 -34.828099, 138.944889 -34.827958, 138.944942 -34.827807, 138.944963 -34.827651, 138.94495 -34.827494, 138.944905 -34.827341, 138.944828 -34.827198, 138.944722 -34.827067, 138.94459 -34.826954, 138.944537 -34.826918, 138.943962 -34.826553, 138.942952 -34.825862, 138.94231 -34.825403, 138.941945 -34.825124, 138.941728 -34.824941, 138.941562 -34.824785, 138.94149 -34.824712, 138.940503 -34.823454, 138.940222 -34.823066, 138.939731 -34.822335, 138.940014 -34.821445, 138.940091 -34.82126, 138.940321 -34.820752, 138.940344 -34.820723, 138.940383 -34.820718, 138.940863 -34.82065, 138.941043 -34.820611, 138.94113 -34.820585, 138.94122 -34.820555, 138.941288 -34.820529, 138.941465 -34.820445, 138.941547 -34.820396, 138.941689 -34.820298, 138.941763 -34.820236, 138.941859 -34.820145, 138.941904 -34.820096, 138.941977 -34.820006, 138.942018 -34.819948, 138.94208 -34.819847, 138.942126 -34.819758, 138.942172 -34.819652, 138.942192 -34.819594, 138.942225 -34.819463, 138.942237 -34.819386, 138.942246 -34.819241, 138.942243 -34.819165, 138.942224 -34.819022, 138.942204 -34.818936, 138.942164 -34.818814, 138.942138 -34.818751, 138.942092 -34.818658, 138.942038 -34.818563, 138.941986 -34.818483, 138.941813 -34.818246, 138.94185 -34.818172, 138.941861 -34.818153, 138.94191 -34.818092, 138.941961 -34.818042, 138.942026 -34.817994, 138.94205 -34.81798, 138.942093 -34.817986, 138.942149 -34.817993, 138.942611 -34.818037, 138.942842 -34.818038, 138.943027 -34.818023, 138.943254 -34.817985, 138.943366 -34.817955, 138.943519 -34.817904, 138.943582 -34.817878, 138.943718 -34.817812, 138.943887 -34.817716, 138.943993 -34.817648, 138.944041 -34.817612, 138.944106 -34.81756, 138.944193 -34.817485, 138.94427 -34.81741, 138.944348 -34.817326, 138.944388 -34.817279, 138.944428 -34.81723, 138.944457 -34.817192, 138.944496 -34.817138, 138.94454 -34.817071, 138.944619 -34.816937, 138.944653 -34.816873, 138.944697 -34.816779, 138.944715 -34.816739, 138.944772 -34.8166, 138.944782 -34.816575, 138.945077 -34.815782, 138.945093 -34.815735, 138.945153 -34.815533, 138.945165 -34.81549, 138.945202 -34.815332, 138.945213 -34.815282, 138.945236 -34.815142, 138.945242 -34.815096, 138.945255 -34.81497, 138.945258 -34.814925, 138.945263 -34.814813, 138.945263 -34.81475, 138.945256 -34.814565, 138.945245 -34.814466, 138.945233 -34.814398, 138.94521 -34.814305, 138.945191 -34.814242, 138.945153 -34.814143, 138.945119 -34.81407, 138.945073 -34.813984, 138.945031 -34.813916, 138.944979 -34.813841, 138.944838 -34.813658, 138.945106 -34.813638, 138.945152 -34.813649, 138.945205 -34.813671, 138.945715 -34.813905, 138.945781 -34.813932, 138.945866 -34.813965, 138.945973 -34.814001, 138.946108 -34.81404, 138.946211 -34.814065, 138.946286 -34.814079, 138.946412 -34.814098, 138.94658 -34.814114), (138.885657 -34.967749, 138.885039 -34.968148, 138.883532 -34.968144, 138.879544 -34.968133, 138.879312 -34.968709, 138.878242 -34.971359, 138.878524 -34.971436, 138.878462 -34.97159, 138.87818 -34.971513, 138.878028 -34.97189, 138.877536 -34.973108, 138.878266 -34.973311, 138.882302 -34.974432, 138.880657 -34.978187, 138.890851 -34.979695, 138.892122 -34.979089, 138.894418 -34.980436, 138.894854 -34.980505, 138.895664 -34.980449, 138.898035 -34.980812, 138.895253 -34.971813, 138.894963 -34.971446, 138.894599 -34.971157, 138.886745 -34.968178, 138.885868 -34.967845, 138.885657 -34.967749)), ((138.968034 -34.781854, 138.968027 -34.814505, 138.967678 -34.814555, 138.96747 -34.814582, 138.967397 -34.814593, 138.967285 -34.814615, 138.967241 -34.814619, 138.96714 -34.81464, 138.967041 -34.814664, 138.96688 -34.814711, 138.966781 -34.814744, 138.966635 -34.814801, 138.966498 -34.814864, 138.965917 -34.815179, 138.965886 -34.815196, 138.965752 -34.815274, 138.96566 -34.815322, 138.965614 -34.815344, 138.965573 -34.81536, 138.965518 -34.815376, 138.964815 -34.815419, 138.964643 -34.815424, 138.964588 -34.815427, 138.964435 -34.815438, 138.964362 -34.815445, 138.964332 -34.815451, 138.964269 -34.815458, 138.964191 -34.815469, 138.964094 -34.815485, 138.964012 -34.815502, 138.963958 -34.815515, 138.963837 -34.81555, 138.963019 -34.815833, 138.962837 -34.815891, 138.962755 -34.815909, 138.962683 -34.815916, 138.962418 -34.815922, 138.962334 -34.81592, 138.962117 -34.815899, 138.961896 -34.815858, 138.961804 -34.815834, 138.961662 -34.81579, 138.961488 -34.815749, 138.961299 -34.815732, 138.961109 -34.815742, 138.960924 -34.81578, 138.960821 -34.815814, 138.960615 -34.815892, 138.960567 -34.815911, 138.960264 -34.816041, 138.960238 -34.816053, 138.959943 -34.816188, 138.959879 -34.816219, 138.959593 -34.816372, 138.959546 -34.816399, 138.95926 -34.81657, 138.959203 -34.816607, 138.959055 -34.816708, 138.958959 -34.816783, 138.958596 -34.817101, 138.958575 -34.81712, 138.95842 -34.817263, 138.958331 -34.817339, 138.958277 -34.817379, 138.958248 -34.8174, 138.958184 -34.817437, 138.958131 -34.81746, 138.957271 -34.817693, 138.95699 -34.817761, 138.956912 -34.817782, 138.956871 -34.817795, 138.956793 -34.817822, 138.956296 -34.818012, 138.956247 -34.818032, 138.956182 -34.81806, 138.956087 -34.818096, 138.956039 -34.818108, 138.955759 -34.817837, 138.955654 -34.817729, 138.955595 -34.817673, 138.955464 -34.817558, 138.955394 -34.817502, 138.955338 -34.817461, 138.955307 -34.81744, 138.954098 -34.816617, 138.954068 -34.816597, 138.953388 -34.816167, 138.953247 -34.816071, 138.95313 -34.815986, 138.953075 -34.81594, 138.953023 -34.81589, 138.95296 -34.815825, 138.952417 -34.815033, 138.952388 -34.814994, 138.952318 -34.814902, 138.951947 -34.814334, 138.951914 -34.814286, 138.951859 -34.814213, 138.951829 -34.814175, 138.951779 -34.814116, 138.951723 -34.814055, 138.951687 -34.814018, 138.951647 -34.81398, 138.951508 -34.813856, 138.95137 -34.813752, 138.951282 -34.813697, 138.951223 -34.813662, 138.95113 -34.813611, 138.951085 -34.813587, 138.951038 -34.813564, 138.950937 -34.81352, 138.950875 -34.813496, 138.950768 -34.813461, 138.9507 -34.813441, 138.950605 -34.813425, 138.95054 -34.813414, 138.950506 -34.813408, 138.950444 -34.813398, 138.950411 -34.813393, 138.950338 -34.813382, 138.950235 -34.813373, 138.950164 -34.813372, 138.950018 -34.813377, 138.949936 -34.813385, 138.949798 -34.813406, 138.949696 -34.813426, 138.94958 -34.813456, 138.949486 -34.813484, 138.949464 -34.813406, 138.949431 -34.813309, 138.949395 -34.813223, 138.949334 -34.813106, 138.94928 -34.813019, 138.949204 -34.812915, 138.949146 -34.812846, 138.949046 -34.812745, 138.948999 -34.812703, 138.948893 -34.812622, 138.948838 -34.812585, 138.948747 -34.81253, 138.948696 -34.812502, 138.948611 -34.812461, 138.948526 -34.812423, 138.948418 -34.812382, 138.948332 -34.812353, 138.948203 -34.812318, 138.948069 -34.812289, 138.947927 -34.812266, 138.947823 -34.812255, 138.947709 -34.812249, 138.947567 -34.812246, 138.947408 -34.812253, 138.946797 -34.812317, 138.946747 -34.812315, 138.946244 -34.812085, 138.946199 -34.812065, 138.946096 -34.812023, 138.946041 -34.812002, 138.945961 -34.811974, 138.945874 -34.811947, 138.945734 -34.811908, 138.945627 -34.811884, 138.945519 -34.811864, 138.945422 -34.81185, 138.945372 -34.811845, 138.945254 -34.811837, 138.945091 -34.811835, 138.94497 -34.811838, 138.944575 -34.811868, 138.944501 -34.811875, 138.94441 -34.811887, 138.944342 -34.811898, 138.944208 -34.811923, 138.944183 -34.811927, 138.944102 -34.811944, 138.944011 -34.811966, 138.943891 -34.812, 138.943753 -34.812049, 138.943587 -34.812118, 138.943468 -34.812176, 138.943382 -34.812224, 138.9433 -34.812274, 138.943261 -34.8123, 138.943171 -34.812369, 138.943062 -34.812462, 138.942977 -34.812543, 138.942911 -34.812614, 138.942847 -34.812691, 138.942785 -34.812776, 138.942741 -34.81284, 138.942711 -34.812889, 138.94268 -34.812944, 138.942635 -34.813034, 138.94259 -34.81314, 138.942567 -34.813207, 138.942546 -34.813279, 138.942533 -34.813337, 138.942516 -34.813439, 138.94251 -34.813497, 138.942509 -34.81362, 138.942515 -34.813706, 138.942538 -34.813846, 138.942562 -34.813937, 138.942614 -34.814076, 138.942647 -34.814145, 138.94274 -34.814295, 138.943075 -34.814731, 138.943077 -34.81478, 138.943075 -34.814839, 138.943067 -34.81492, 138.943051 -34.81501, 138.943025 -34.815121, 138.942978 -34.815277, 138.942697 -34.816034, 138.942653 -34.81614, 138.942634 -34.816181, 138.94261 -34.816222, 138.942427 -34.816205, 138.942344 -34.816193, 138.942248 -34.816183, 138.942154 -34.816177, 138.942091 -34.816175, 138.941953 -34.816172, 138.941832 -34.816176, 138.941783 -34.816179, 138.941758 -34.816182, 138.941677 -34.816189, 138.941515 -34.816215, 138.94144 -34.816231, 138.941308 -34.816268, 138.941207 -34.816303, 138.941073 -34.816357, 138.940964 -34.81641, 138.940886 -34.816451, 138.94072 -34.816547, 138.940628 -34.816607, 138.940488 -34.816709, 138.940421 -34.816761, 138.940359 -34.816814, 138.94031 -34.816859, 138.940198 -34.81697, 138.940127 -34.817048, 138.940029 -34.817168, 138.939988 -34.817222, 138.939945 -34.817285, 138.939911 -34.817338, 138.939869 -34.81741, 138.939841 -34.817462, 138.939767 -34.817609, 138.939737 -34.817678, 138.939706 -34.817759, 138.939689 -34.817808, 138.939661 -34.817898, 138.939648 -34.817944, 138.939623 -34.818047, 138.939608 -34.818124, 138.9396 -34.818183, 138.939594 -34.818293, 138.939594 -34.818347, 138.939606 -34.81847, 138.939621 -34.818552, 138.939656 -34.81868, 138.939679 -34.818744, 138.939724 -34.818844, 138.939765 -34.818921, 138.939783 -34.818972, 138.939705 -34.818988, 138.939599 -34.819013, 138.939483 -34.819046, 138.939382 -34.81908, 138.939221 -34.819148, 138.939128 -34.819196, 138.938997 -34.819276, 138.93894 -34.819315, 138.938851 -34.819386, 138.938776 -34.819452, 138.938715 -34.819511, 138.938613 -34.819617, 138.938558 -34.819681, 138.938509 -34.819743, 138.938496 -34.819759, 138.938446 -34.819826, 138.938406 -34.819883, 138.938355 -34.819964, 138.938298 -34.820067, 138.938038 -34.82064, 138.938029 -34.820663, 138.937933 -34.820891, 138.93791 -34.820956, 138.937598 -34.821935, 138.937562 -34.822028, 138.937532 -34.822093, 138.937384 -34.822379, 138.9373 -34.822526, 138.937219 -34.822655, 138.937155 -34.822746, 138.937114 -34.822797, 138.937064 -34.82285, 138.937015 -34.8229, 138.936982 -34.82293, 138.936845 -34.823037, 138.936785 -34.823079, 138.93661 -34.823181, 138.936529 -34.82322, 138.936418 -34.82327, 138.93633 -34.823305, 138.936235 -34.823336, 138.93605 -34.823388, 138.935974 -34.823401, 138.934863 -34.823427, 138.934218 -34.823294, 138.93409 -34.823274, 138.933991 -34.823262, 138.933926 -34.823256, 138.933835 -34.823252, 138.93372 -34.82325, 138.933595 -34.823254, 138.933452 -34.823265, 138.933274 -34.823291, 138.93314 -34.82332, 138.932946 -34.823379, 138.932782 -34.823444, 138.932631 -34.823516, 138.93257 -34.823551, 138.932454 -34.823628, 138.932402 -34.823668, 138.932314 -34.823743, 138.932291 -34.823765, 138.932253 -34.823803, 138.932212 -34.823848, 138.932154 -34.823917, 138.932116 -34.823965, 138.932077 -34.82402, 138.93206 -34.824047, 138.932011 -34.824134, 138.931975 -34.824205, 138.931943 -34.82428, 138.931925 -34.82433, 138.931898 -34.824418, 138.931821 -34.824674, 138.931744 -34.824668, 138.931656 -34.824649, 138.931629 -34.824641, 138.931482 -34.824587, 138.931058 -34.823984, 138.931026 -34.823943, 138.930496 -34.823275, 138.930171 -34.822821, 138.929974 -34.82252, 138.929513 -34.821715, 138.929416 -34.821255, 138.929396 -34.821181, 138.929356 -34.821054, 138.929315 -34.820951, 138.929254 -34.820823, 138.929159 -34.82067, 138.92906 -34.820542, 138.92893 -34.820406, 138.928845 -34.820332, 138.928767 -34.82027, 138.928734 -34.820247, 138.928639 -34.820187, 138.928516 -34.820117, 138.928425 -34.820071, 138.928301 -34.820015, 138.928169 -34.819964, 138.928147 -34.819959, 138.928035 -34.819921, 138.927923 -34.819892, 138.927822 -34.81987, 138.927651 -34.81984, 138.927446 -34.819821, 138.927424 -34.81982, 138.927234 -34.819816, 138.927103 -34.819823, 138.927032 -34.819828, 138.926886 -34.819844, 138.926779 -34.819859, 138.926692 -34.819876, 138.926607 -34.819895, 138.926397 -34.81995, 138.926313 -34.819975, 138.926174 -34.820023, 138.926115 -34.820044, 138.925864 -34.820143, 138.925775 -34.820183, 138.925661 -34.82024, 138.925562 -34.820295, 138.92545 -34.820365, 138.925384 -34.82041, 138.92533 -34.820449, 138.925267 -34.8205, 138.925149 -34.820602, 138.925025 -34.820731, 138.92439 -34.821531, 138.924348 -34.821589, 138.924051 -34.822032, 138.923872 -34.822312, 138.923815 -34.822392, 138.923749 -34.822473, 138.922918 -34.823139, 138.922778 -34.823254, 138.922744 -34.823283, 138.922641 -34.823376, 138.922605 -34.823409, 138.922587 -34.823427, 138.922501 -34.823525, 138.922109 -34.824041, 138.922096 -34.82406, 138.922043 -34.824133, 138.921952 -34.824242, 138.921912 -34.824274, 138.92188 -34.824291, 138.921806 -34.824327, 138.921744 -34.824355, 138.921713 -34.824366, 138.92157 -34.824409, 138.921526 -34.824419, 138.921503 -34.824424, 138.921423 -34.824432, 138.921222 -34.824271, 138.921184 -34.824242, 138.920001 -34.823379, 138.91996 -34.82335, 138.919764 -34.823221, 138.919735 -34.823202, 138.919607 -34.823124, 138.91954 -34.823085, 138.919398 -34.823011, 138.919369 -34.822996, 138.919255 -34.82294, 138.919168 -34.822902, 138.919072 -34.822864, 138.919013 -34.822835, 138.918821 -34.822765, 138.918749 -34.82274, 138.918366 -34.822626, 138.918252 -34.822597, 138.917885 -34.822523, 138.917808 -34.82251, 138.917624 -34.822485, 138.91756 -34.822477, 138.917373 -34.822461, 138.917333 -34.822458, 138.917116 -34.822445, 138.916956 -34.822445, 138.916785 -34.822456, 138.916546 -34.822493, 138.915914 -34.822653, 138.915884 -34.822661, 138.915804 -34.822684, 138.915771 -34.82269, 138.915748 -34.822695, 138.915711 -34.822687, 138.915588 -34.822648, 138.915519 -34.82262, 138.915468 -34.822591, 138.915439 -34.822573, 138.915384 -34.822525, 138.915355 -34.822488, 138.915506 -34.822105, 138.915532 -34.82203, 138.915566 -34.821909, 138.915588 -34.821797, 138.915604 -34.821672, 138.915609 -34.821548, 138.915606 -34.821476, 138.9156 -34.821405, 138.915545 -34.821003, 138.915541 -34.820978, 138.915517 -34.820837, 138.915507 -34.820789, 138.915486 -34.820703, 138.915474 -34.820658, 138.915449 -34.820576, 138.915423 -34.820504, 138.915381 -34.820404, 138.915336 -34.820313, 138.915292 -34.820236, 138.915233 -34.820146, 138.915182 -34.820078, 138.915126 -34.82001, 138.915072 -34.81995, 138.91499 -34.819871, 138.914927 -34.819816, 138.914888 -34.819784, 138.914853 -34.819756, 138.914749 -34.819684, 138.914627 -34.819609, 138.914481 -34.819534, 138.914328 -34.819469, 138.914151 -34.819408, 138.914039 -34.81938, 138.91386 -34.819347, 138.913719 -34.819331, 138.913464 -34.819327, 138.913326 -34.819338, 138.913135 -34.819367, 138.913009 -34.819397, 138.912769 -34.819479, 138.912606 -34.819555, 138.912624 -34.819469, 138.912629 -34.819397, 138.91261 -34.819176, 138.91259 -34.819095, 138.912526 -34.81892, 138.912486 -34.818842, 138.912406 -34.818714, 138.912316 -34.818595, 138.912262 -34.81853, 138.912212 -34.818475, 138.912151 -34.818415, 138.912101 -34.818369, 138.912063 -34.818336, 138.911969 -34.818258, 138.911884 -34.818195, 138.911857 -34.818176, 138.911809 -34.818146, 138.911732 -34.8181, 138.911591 -34.818028, 138.911502 -34.81799, 138.911396 -34.817951, 138.911357 -34.817941, 138.91117 -34.817892, 138.911115 -34.817882, 138.911001 -34.817866, 138.910941 -34.817861, 138.910842 -34.817855, 138.910777 -34.817854, 138.910614 -34.817861, 138.910504 -34.817873, 138.9104 -34.817889, 138.910356 -34.817897, 138.910255 -34.81792, 138.910163 -34.817946, 138.910035 -34.817988, 138.909904 -34.81804, 138.909779 -34.818098, 138.909237 -34.818391, 138.909145 -34.818446, 138.909106 -34.818473, 138.909059 -34.818506, 138.909006 -34.818546, 138.908888 -34.81865, 138.90882 -34.818721, 138.908761 -34.818789, 138.90874 -34.818815, 138.908675 -34.818908, 138.908619 -34.819002, 138.908563 -34.819113, 138.90853 -34.819194, 138.908505 -34.819264, 138.908488 -34.819317, 138.908466 -34.819412, 138.908394 -34.81983, 138.908261 -34.819928, 138.908156 -34.819992, 138.908131 -34.820004, 138.908019 -34.820046, 138.907989 -34.820056, 138.907899 -34.820064, 138.907512 -34.819858, 138.907402 -34.819794, 138.907336 -34.819758, 138.907251 -34.819716, 138.907181 -34.819684, 138.907113 -34.819656, 138.907054 -34.819633, 138.906882 -34.819572, 138.906712 -34.819524, 138.906568 -34.819495, 138.906354 -34.819469, 138.905724 -34.819445, 138.905698 -34.819443, 138.9056 -34.819438, 138.905551 -34.819437, 138.9055 -34.819431, 138.905169 -34.818811, 138.905145 -34.81877, 138.905101 -34.818697, 138.905072 -34.818653, 138.904668 -34.818071, 138.90455 -34.817907, 138.904518 -34.817865, 138.904403 -34.817724, 138.904358 -34.817672, 138.904172 -34.817475, 138.90411 -34.817414, 138.904027 -34.817341, 138.903977 -34.817299, 138.903888 -34.81723, 138.903803 -34.81717, 138.903664 -34.817082, 138.903537 -34.817013, 138.902851 -34.816691, 138.90278 -34.816646, 138.902689 -34.816556, 138.902633 -34.816492, 138.902577 -34.816423, 138.902531 -34.816358, 138.902486 -34.816284, 138.902445 -34.81621, 138.902411 -34.816138, 138.902378 -34.816058, 138.90235 -34.815975, 138.90232 -34.815863, 138.902277 -34.815744, 138.902218 -34.815612, 138.902202 -34.815579, 138.902083 -34.815343, 138.90206 -34.815302, 138.901994 -34.815188, 138.934701 -34.815187, 138.934708 -34.781852, 138.968034 -34.781854)), ((138.79558 -34.948523, 138.795472 -34.948794, 138.795461 -34.949289, 138.795645 -34.949768, 138.79525 -34.949769, 138.795252 -34.950017, 138.795252 -34.950078, 138.792078 -34.94866, 138.791695 -34.949488, 138.791725 -34.949527, 138.790033 -34.952113, 138.791953 -34.952947, 138.793546 -34.953639, 138.79124 -34.957227, 138.790485 -34.9584, 138.788949 -34.960789, 138.791612 -34.961941, 138.791618 -34.961932, 138.791764 -34.961953, 138.788699 -34.966793, 138.788694 -34.966802, 138.786565 -34.970164, 138.791957 -34.970567, 138.793133 -34.967814, 138.792689 -34.967253, 138.792162 -34.966587, 138.793992 -34.96633, 138.794592 -34.964659, 138.795343 -34.963704, 138.79718 -34.963605, 138.797581 -34.961753, 138.797624 -34.960319, 138.797361 -34.960314, 138.797371 -34.960007, 138.797633 -34.960012, 138.797667 -34.958789, 138.796186 -34.958081, 138.794588 -34.957329, 138.79622 -34.9548, 138.798295 -34.951583, 138.800269 -34.948523, 138.801371 -34.948523, 138.801372 -34.998523, 138.818038 -34.998523, 138.81804 -35.081857, 138.769662 -35.081857, 138.769642 -35.081814, 138.76882 -35.080769, 138.766529 -35.079603, 138.765322 -35.080516, 138.76492 -35.081226, 138.763581 -35.081857, 138.751374 -35.081857, 138.751374 -35.073669, 138.751482 -35.07364, 138.751543 -35.073619, 138.751735 -35.073533, 138.751804 -35.073493, 138.751921 -35.073418, 138.752003 -35.073356, 138.752124 -35.07325, 138.752287 -35.073082, 138.752311 -35.073056, 138.752363 -35.072998, 138.752411 -35.072959, 138.752486 -35.072891, 138.752526 -35.072851, 138.752613 -35.072748, 138.752908 -35.072348, 138.752923 -35.072327, 138.752976 -35.07225, 138.753038 -35.072176, 138.753267 -35.071921, 138.753332 -35.071856, 138.753378 -35.071814, 138.753414 -35.071789, 138.754069 -35.071629, 138.754684 -35.071495, 138.754747 -35.07148, 138.754856 -35.071451, 138.754915 -35.071433, 138.755074 -35.071382, 138.755172 -35.071346, 138.755541 -35.07119, 138.755584 -35.071171, 138.755686 -35.071124, 138.755743 -35.071095, 138.755808 -35.07106, 138.755861 -35.07103, 138.755962 -35.070969, 138.756065 -35.070897, 138.756133 -35.070844, 138.756217 -35.070771, 138.756271 -35.070718, 138.75633 -35.070655, 138.756375 -35.070601, 138.75645 -35.0705, 138.756489 -35.070438, 138.756519 -35.070388, 138.75654 -35.070348, 138.756583 -35.070255, 138.756605 -35.070197, 138.756637 -35.070094, 138.756651 -35.070035, 138.756665 -35.069951, 138.756672 -35.069897, 138.756676 -35.069771, 138.75667 -35.069671, 138.756654 -35.069553, 138.756634 -35.069462, 138.756601 -35.069352, 138.756484 -35.069044, 138.756461 -35.068963, 138.75645 -35.068929, 138.756303 -35.06849, 138.756303 -35.068466, 138.7564 -35.068472, 138.756495 -35.068481, 138.756597 -35.068487, 138.756659 -35.068488, 138.757121 -35.068535, 138.757163 -35.068541, 138.757255 -35.068552, 138.757496 -35.068569, 138.757602 -35.068573, 138.757795 -35.068572, 138.757889 -35.068568, 138.758033 -35.068558, 138.758095 -35.068551, 138.758254 -35.068532, 138.758343 -35.068518, 138.758724 -35.068443, 138.758816 -35.068422, 138.75906 -35.068355, 138.759376 -35.068288, 138.759427 -35.068276, 138.759608 -35.06823, 138.759694 -35.068205, 138.759745 -35.068188, 138.759839 -35.068152, 138.75996 -35.0681, 138.760098 -35.06803, 138.760157 -35.067995, 138.760267 -35.067919, 138.760318 -35.06788, 138.760394 -35.067813, 138.760464 -35.067747, 138.760554 -35.067648, 138.760589 -35.067603, 138.760655 -35.067505, 138.760721 -35.067394, 138.760781 -35.067265, 138.760821 -35.067158, 138.76086 -35.067007, 138.760876 -35.0669, 138.760884 -35.066759, 138.760879 -35.066637, 138.760863 -35.066513, 138.760843 -35.066418, 138.76082 -35.066331, 138.760803 -35.066281, 138.760783 -35.066229, 138.76073 -35.066102, 138.760696 -35.06603, 138.760637 -35.065921, 138.760592 -35.065846, 138.760546 -35.065778, 138.760474 -35.065686, 138.760417 -35.065622, 138.760344 -35.065548, 138.760273 -35.065484, 138.76019 -35.065415, 138.760095 -35.065346, 138.759946 -35.065254, 138.759446 -35.064997, 138.75935 -35.064953, 138.759129 -35.064864, 138.759078 -35.064845, 138.758931 -35.064792, 138.758827 -35.06476, 138.75823 -35.064605, 138.758051 -35.064572, 138.757458 -35.064504, 138.757383 -35.064474, 138.75734 -35.064451, 138.757434 -35.064342, 138.757519 -35.064202, 138.757573 -35.064051, 138.757593 -35.063895, 138.757581 -35.063738, 138.757552 -35.063629, 138.757506 -35.063495, 138.757477 -35.063385, 138.757453 -35.063268, 138.757437 -35.063155, 138.757424 -35.062968, 138.757427 -35.062885, 138.757438 -35.062758, 138.757496 -35.062413, 138.757661 -35.06193, 138.75768 -35.061865, 138.757717 -35.061717, 138.757734 -35.061619, 138.757747 -35.061506, 138.757751 -35.061429, 138.757752 -35.061338, 138.75775 -35.061294, 138.757745 -35.061199, 138.757741 -35.061154, 138.75773 -35.061054, 138.757723 -35.061008, 138.757703 -35.0609, 138.757694 -35.060857, 138.757664 -35.060734, 138.757651 -35.060685, 138.757609 -35.060553, 138.757591 -35.060501, 138.757508 -35.060292, 138.757427 -35.060136, 138.75697 -35.059452, 138.756945 -35.059416, 138.756688 -35.059069, 138.756661 -35.059029, 138.756648 -35.059005, 138.756646 -35.058961, 138.756649 -35.058924, 138.756662 -35.058859, 138.756704 -35.058756, 138.756743 -35.058682, 138.756784 -35.058626, 138.756855 -35.058552, 138.756895 -35.058516, 138.756956 -35.058467, 138.757072 -35.058382, 138.757148 -35.058334, 138.7573 -35.058254, 138.757399 -35.058211, 138.757671 -35.058111, 138.757854 -35.058052, 138.758003 -35.058011, 138.758198 -35.057972, 138.758374 -35.057939, 138.758617 -35.057949, 138.758742 -35.057957, 138.758836 -35.057959, 138.758893 -35.057958, 138.758998 -35.057956, 138.759158 -35.057942, 138.75924 -35.05793, 138.75936 -35.057907, 138.759462 -35.057881, 138.759655 -35.057817, 138.759766 -35.05777, 138.759902 -35.0577, 138.75999 -35.057648, 138.760042 -35.057615, 138.76012 -35.057563, 138.760234 -35.057474, 138.760303 -35.057412, 138.760363 -35.057353, 138.76043 -35.057282, 138.760511 -35.057182, 138.76057 -35.057098, 138.760613 -35.05703, 138.760666 -35.056936, 138.76071 -35.056848, 138.760758 -35.056732, 138.760792 -35.056635, 138.760837 -35.056469, 138.760855 -35.056387, 138.760864 -35.056328, 138.760873 -35.056217, 138.760873 -35.056099, 138.760865 -35.055984, 138.76085 -35.055889, 138.760812 -35.055741, 138.7604 -35.054622, 138.760381 -35.054545, 138.760362 -35.053985, 138.760361 -35.053832, 138.760388 -35.053417, 138.76039 -35.053378, 138.760391 -35.053288, 138.760388 -35.053214, 138.760379 -35.05311, 138.760369 -35.05304, 138.760361 -35.052995, 138.760344 -35.052925, 138.760323 -35.052848, 138.760275 -35.052723, 138.760221 -35.052609, 138.76015 -35.052489, 138.760105 -35.052425, 138.760037 -35.05234, 138.759975 -35.052271, 138.759832 -35.052141, 138.759344 -35.051775, 138.759245 -35.051692, 138.759147 -35.051614, 138.759332 -35.051584, 138.759546 -35.05157, 138.759747 -35.05157, 138.760053 -35.051576, 138.761332 -35.051653, 138.761661 -35.051668, 138.761699 -35.051669, 138.761864 -35.051673, 138.761911 -35.051673, 138.762037 -35.05167, 138.762099 -35.051668, 138.762264 -35.051657, 138.762362 -35.051647, 138.762477 -35.051632, 138.762576 -35.051614, 138.76307 -35.051506, 138.763109 -35.051497, 138.763389 -35.051426, 138.763816 -35.051345, 138.76384 -35.051342, 138.763978 -35.051316, 138.764216 -35.051257, 138.76428 -35.05124, 138.764378 -35.05121, 138.76445 -35.051186, 138.764531 -35.051156, 138.764578 -35.051137, 138.764702 -35.051085, 138.764769 -35.051054, 138.764883 -35.050998, 138.764923 -35.050977, 138.765051 -35.050907, 138.765108 -35.050873, 138.765262 -35.050777, 138.765313 -35.050744, 138.765717 -35.050458, 138.765769 -35.050419, 138.765994 -35.050239, 138.766046 -35.050194, 138.766162 -35.050088, 138.766202 -35.050049, 138.766369 -35.049876, 138.766437 -35.049797, 138.766561 -35.049637, 138.766594 -35.04959, 138.766669 -35.049479, 138.766697 -35.049433, 138.766762 -35.049322, 138.766782 -35.049287, 138.76684 -35.049176, 138.766858 -35.049139, 138.766909 -35.049027, 138.766933 -35.048968, 138.766973 -35.04886, 138.77572 -35.039324, 138.775827 -35.039181, 138.775921 -35.039025, 138.775957 -35.038958, 138.776002 -35.038864, 138.776018 -35.038829, 138.776071 -35.038704, 138.776092 -35.038651, 138.776144 -35.038499, 138.776157 -35.038457, 138.776208 -35.038277, 138.77651 -35.037119, 138.776519 -35.037076, 138.77664 -35.03647, 138.776647 -35.036434, 138.776704 -35.03634, 138.77684 -35.03614, 138.776986 -35.035948, 138.777145 -35.035762, 138.777312 -35.035583, 138.777327 -35.03557, 138.777347 -35.035553, 138.777379 -35.035527, 138.777403 -35.035511, 138.777486 -35.035461, 138.777561 -35.035418, 138.778076 -35.035099, 138.778214 -35.034998, 138.77832 -35.034905, 138.778405 -35.034821, 138.778516 -35.034697, 138.778602 -35.034585, 138.778656 -35.034501, 138.778698 -35.034428, 138.778733 -35.034361, 138.778757 -35.034308, 138.778776 -35.034264, 138.778803 -35.034192, 138.778832 -35.034098, 138.778856 -35.034001, 138.778875 -35.033893, 138.778884 -35.033824, 138.77889 -35.033747, 138.778892 -35.033669, 138.778888 -35.033506, 138.778884 -35.033447, 138.778815 -35.032795, 138.77885 -35.032637, 138.778903 -35.032454, 138.778986 -35.032221, 138.779099 -35.031955, 138.779278 -35.031591, 138.779301 -35.03154, 138.779526 -35.030989, 138.779563 -35.030934, 138.779598 -35.030926, 138.779671 -35.030932, 138.779701 -35.030936, 138.779769 -35.03095, 138.77992 -35.030985, 138.780549 -35.03115, 138.780684 -35.031194, 138.780814 -35.031242, 138.780945 -35.031297, 138.78107 -35.031356, 138.781193 -35.031421, 138.781306 -35.031486, 138.781495 -35.031613, 138.781619 -35.031685, 138.78179 -35.031755, 138.781974 -35.031799, 138.782076 -35.031811, 138.782487 -35.031846, 138.782545 -35.031849, 138.782945 -35.031866, 138.78299 -35.031867, 138.783391 -35.03187, 138.783464 -35.031868, 138.783872 -35.031849, 138.78392 -35.031845, 138.784183 -35.031823, 138.784236 -35.031818, 138.78455 -35.031778, 138.784613 -35.031769, 138.785705 -35.031578, 138.785738 -35.031579, 138.785858 -35.031588, 138.785883 -35.03159, 138.786467 -35.031623, 138.786623 -35.031623, 138.786737 -35.031616, 138.786874 -35.0316, 138.786923 -35.031592, 138.787029 -35.03157, 138.787162 -35.031536, 138.787305 -35.031491, 138.787383 -35.031461, 138.787476 -35.03142, 138.787547 -35.031385, 138.787655 -35.031325, 138.787759 -35.031259, 138.787865 -35.031182, 138.787914 -35.031143, 138.787976 -35.031087, 138.78804 -35.031025, 138.788121 -35.030935, 138.788184 -35.030855, 138.788271 -35.030723, 138.788314 -35.030643, 138.788371 -35.030503, 138.788396 -35.030423, 138.788426 -35.030278, 138.788435 -35.030184, 138.788438 -35.030056, 138.788432 -35.029971, 138.788419 -35.029878, 138.788402 -35.029787, 138.788385 -35.02972, 138.788283 -35.02937, 138.78831 -35.029335, 138.788346 -35.029293, 138.788365 -35.029272, 138.788463 -35.029187, 138.788619 -35.029091, 138.788748 -35.029036, 138.788772 -35.029028, 138.788802 -35.02902, 138.788977 -35.028957, 138.789136 -35.02887, 138.789259 -35.028775, 138.789342 -35.0287, 138.789384 -35.02866, 138.789498 -35.028545, 138.789575 -35.028457, 138.789657 -35.02835, 138.789713 -35.028267, 138.789772 -35.028168, 138.789817 -35.028081, 138.789857 -35.027992, 138.789887 -35.027912, 138.789913 -35.027831, 138.789938 -35.02773, 138.789952 -35.027649, 138.789963 -35.027553, 138.789966 -35.027472, 138.789964 -35.027375, 138.789957 -35.027294, 138.789945 -35.027212, 138.789927 -35.027122, 138.789894 -35.027006, 138.789986 -35.026971, 138.790115 -35.026913, 138.790223 -35.026856, 138.790334 -35.026789, 138.790462 -35.026701, 138.790561 -35.026624, 138.790596 -35.026593, 138.790636 -35.026556, 138.790699 -35.026494, 138.7908 -35.026377, 138.790877 -35.02627, 138.790931 -35.026186, 138.790971 -35.026115, 138.79102 -35.026009, 138.791051 -35.025929, 138.791077 -35.025848, 138.79109 -35.025799, 138.791102 -35.025745, 138.79112 -35.02565, 138.791132 -35.025549, 138.791138 -35.025419, 138.791137 -35.025341, 138.791241 -35.025205, 138.791273 -35.025161, 138.791405 -35.024965, 138.791425 -35.024933, 138.791544 -35.024737, 138.791572 -35.024688, 138.791683 -35.024474, 138.791703 -35.024433, 138.79181 -35.024196, 138.79183 -35.024147, 138.791909 -35.023936, 138.791924 -35.023894, 138.791991 -35.023674, 138.792004 -35.023631, 138.792054 -35.023424, 138.792064 -35.023379, 138.792106 -35.02315, 138.792113 -35.023103, 138.792143 -35.022842, 138.792147 -35.022798, 138.792161 -35.022564, 138.792162 -35.022519, 138.792161 -35.022271, 138.79216 -35.022227, 138.792144 -35.021987, 138.79214 -35.021942, 138.79211 -35.021703, 138.792103 -35.021656, 138.792058 -35.02142, 138.792049 -35.021377, 138.79199 -35.021142, 138.791979 -35.021103, 138.791924 -35.020926, 138.7919 -35.020858, 138.791823 -35.020714, 138.791717 -35.020583, 138.791585 -35.02047, 138.791431 -35.020377, 138.79126 -35.020307, 138.791076 -35.020263, 138.790886 -35.020246, 138.790696 -35.020257, 138.79051 -35.020294, 138.790336 -35.020357, 138.790177 -35.020444, 138.790039 -35.020553, 138.789926 -35.02068, 138.789841 -35.02082, 138.789788 -35.020971, 138.789767 -35.021127, 138.789779 -35.021284, 138.7898 -35.021369, 138.789849 -35.021526, 138.789897 -35.02172, 138.789934 -35.021911, 138.789958 -35.022104, 138.78997 -35.022298, 138.789971 -35.022501, 138.78996 -35.022691, 138.789934 -35.022906, 138.789901 -35.023089, 138.789861 -35.023251, 138.789807 -35.023428, 138.789745 -35.023592, 138.789658 -35.023784, 138.78957 -35.023954, 138.789475 -35.02411, 138.78937 -35.024267, 138.789255 -35.024418, 138.789107 -35.024591, 138.789069 -35.02464, 138.788984 -35.02478, 138.788931 -35.024931, 138.78891 -35.025087, 138.788923 -35.025251, 138.788936 -35.025313, 138.788791 -35.025188, 138.788729 -35.025138, 138.788603 -35.025046, 138.788465 -35.02496, 138.788342 -35.024894, 138.788237 -35.024845, 138.788168 -35.024817, 138.788112 -35.024796, 138.787887 -35.024622, 138.787738 -35.024501, 138.787673 -35.024455, 138.787603 -35.02441, 138.787562 -35.024384, 138.787515 -35.024356, 138.787421 -35.024307, 138.787356 -35.024264, 138.787325 -35.02425, 138.78721 -35.024204, 138.787127 -35.024175, 138.78698 -35.024134, 138.78691 -35.024119, 138.78666 -35.024091, 138.786571 -35.024089, 138.786526 -35.024093, 138.78616 -35.024138, 138.786066 -35.024163, 138.785822 -35.024258, 138.785705 -35.024319, 138.785591 -35.024387, 138.785514 -35.02444, 138.785423 -35.024509, 138.785376 -35.024549, 138.785327 -35.024594, 138.78521 -35.024709, 138.785151 -35.024773, 138.785064 -35.024875, 138.785032 -35.024916, 138.784958 -35.025014, 138.784928 -35.025058, 138.784878 -35.025133, 138.784855 -35.025169, 138.784818 -35.025231, 138.784781 -35.025301, 138.784733 -35.025404, 138.784705 -35.025473, 138.784682 -35.025535, 138.78465 -35.025654, 138.784633 -35.025744, 138.78462 -35.025901, 138.784622 -35.025978, 138.784652 -35.026167, 138.784673 -35.026239, 138.784717 -35.026357, 138.784735 -35.026393, 138.784796 -35.026502, 138.784818 -35.026534, 138.784909 -35.026649, 138.784957 -35.026699, 138.785079 -35.026809, 138.785145 -35.02686, 138.785284 -35.02695, 138.785352 -35.026988, 138.78554 -35.02707, 138.786142 -35.027275, 138.786166 -35.027282, 138.786272 -35.027317, 138.78643 -35.027389, 138.786585 -35.027448, 138.786679 -35.027477, 138.786867 -35.027519, 138.786938 -35.027529, 138.787062 -35.027541, 138.7872 -35.027548, 138.787419 -35.027541, 138.787525 -35.027529, 138.787445 -35.027567, 138.787326 -35.027632, 138.787076 -35.02779, 138.786975 -35.027863, 138.786898 -35.027924, 138.786867 -35.02795, 138.786726 -35.028074, 138.78665 -35.028149, 138.786585 -35.02822, 138.786565 -35.028242, 138.7865 -35.028318, 138.786465 -35.028362, 138.786404 -35.028442, 138.786384 -35.02847, 138.786325 -35.028554, 138.786288 -35.028613, 138.786228 -35.028716, 138.78619 -35.028791, 138.786159 -35.028858, 138.786122 -35.028959, 138.786106 -35.029013, 138.78608 -35.029138, 138.786069 -35.029233, 138.786065 -35.029356, 138.786069 -35.029433, 138.786098 -35.029607, 138.786154 -35.029798, 138.786046 -35.029792, 138.785901 -35.029781, 138.785825 -35.029778, 138.785725 -35.029776, 138.785634 -35.029777, 138.785502 -35.029784, 138.785394 -35.029794, 138.785334 -35.029802, 138.785281 -35.02981, 138.784189 -35.03, 138.783932 -35.030032, 138.78372 -35.03005, 138.783373 -35.030067, 138.783031 -35.030065, 138.782682 -35.03005, 138.782623 -35.030045, 138.782595 -35.030028, 138.782433 -35.029935, 138.7824 -35.029916, 138.782233 -35.029828, 138.782177 -35.0298, 138.782006 -35.02972, 138.781971 -35.029705, 138.781794 -35.029629, 138.781736 -35.029606, 138.781555 -35.02954, 138.781511 -35.029525, 138.781319 -35.029463, 138.781251 -35.029443, 138.780571 -35.029263, 138.780536 -35.029255, 138.780347 -35.029211, 138.780307 -35.029202, 138.780182 -35.029177, 138.780111 -35.029165, 138.780002 -35.029149, 138.779915 -35.02914, 138.779756 -35.029128, 138.779681 -35.029124, 138.77961 -35.029123, 138.779483 -35.029127, 138.779294 -35.029141, 138.779136 -35.029163, 138.779075 -35.029176, 138.779049 -35.029181, 138.778936 -35.029206, 138.778847 -35.029229, 138.77879 -35.029246, 138.778669 -35.02929, 138.778494 -35.029363, 138.778354 -35.029433, 138.77822 -35.029512, 138.77813 -35.02957, 138.778045 -35.029632, 138.777935 -35.029725, 138.777858 -35.0298, 138.777798 -35.029863, 138.777726 -35.029948, 138.777687 -35.029997, 138.77765 -35.030046, 138.777594 -35.030133, 138.777515 -35.030271, 138.777468 -35.030367, 138.777234 -35.03094, 138.777058 -35.031299, 138.777039 -35.031339, 138.776908 -35.031648, 138.77689 -35.031693, 138.776792 -35.031971, 138.776777 -35.032016, 138.776711 -35.032245, 138.7767 -35.03229, 138.776651 -35.03251, 138.776639 -35.032578, 138.776625 -35.03269, 138.776623 -35.032863, 138.776698 -35.033574, 138.7767 -35.033669, 138.776697 -35.033689, 138.776681 -35.033706, 138.776278 -35.033957, 138.776258 -35.033967, 138.776177 -35.034013, 138.776059 -35.034088, 138.776031 -35.034106, 138.775959 -35.034154, 138.775893 -35.034202, 138.775805 -35.034272, 138.775751 -35.034316, 138.775701 -35.03436, 138.77564 -35.034417, 138.775596 -35.034461, 138.775393 -35.034678, 138.775365 -35.03471, 138.775176 -35.034932, 138.775142 -35.034973, 138.774967 -35.035205, 138.774942 -35.03524, 138.77478 -35.035476, 138.774756 -35.035514, 138.774604 -35.035764, 138.774498 -35.036049, 138.774475 -35.036192, 138.774361 -35.036763, 138.774067 -35.037892, 138.774028 -35.038029, 138.773992 -35.038134, 138.773957 -35.038215, 138.773937 -35.038258, 138.773908 -35.038306, 138.765094 -35.047915, 138.765033 -35.04799, 138.764948 -35.048131, 138.764908 -35.048232, 138.764874 -35.048341, 138.764845 -35.048419, 138.764816 -35.048483, 138.764776 -35.048559, 138.764735 -35.048631, 138.764691 -35.048696, 138.764617 -35.048792, 138.764506 -35.048906, 138.764437 -35.04897, 138.764264 -35.049109, 138.76391 -35.049358, 138.76381 -35.049421, 138.763731 -35.049464, 138.76367 -35.049494, 138.763605 -35.049522, 138.763583 -35.04953, 138.763553 -35.049539, 138.763412 -35.049574, 138.763358 -35.049582, 138.762859 -35.049677, 138.762784 -35.049693, 138.762487 -35.049768, 138.762046 -35.049863, 138.761961 -35.049869, 138.761889 -35.04987, 138.761768 -35.049868, 138.761483 -35.049854, 138.760185 -35.049777, 138.76013 -35.049774, 138.759784 -35.049768, 138.759761 -35.049768, 138.759503 -35.049768, 138.759413 -35.04977, 138.759096 -35.049792, 138.758979 -35.049805, 138.758696 -35.049849, 138.75862 -35.049864, 138.758449 -35.049901, 138.758412 -35.04991, 138.758245 -35.049952, 138.758178 -35.04997, 138.758013 -35.050021, 138.757949 -35.050043, 138.757787 -35.050103, 138.757744 -35.05012, 138.757629 -35.050168, 138.757597 -35.050182, 138.757438 -35.050269, 138.757314 -35.050365, 138.75722 -35.050449, 138.757129 -35.050543, 138.757062 -35.050623, 138.756999 -35.050707, 138.756929 -35.050814, 138.756865 -35.05093, 138.756831 -35.051006, 138.756793 -35.051107, 138.756769 -35.051187, 138.756745 -35.051301, 138.756729 -35.051422, 138.756722 -35.05154, 138.756725 -35.05163, 138.75673 -35.051703, 138.756736 -35.051753, 138.756748 -35.051819, 138.75677 -35.051923, 138.756798 -35.052021, 138.756823 -35.052089, 138.756879 -35.052211, 138.756922 -35.052288, 138.757019 -35.052428, 138.757082 -35.052501, 138.757183 -35.052603, 138.757288 -35.052695, 138.757368 -35.052757, 138.757426 -35.052799, 138.757469 -35.052828, 138.757729 -35.052995, 138.757798 -35.053053, 138.757844 -35.053089, 138.758197 -35.053354, 138.758171 -35.053763, 138.758169 -35.053816, 138.75817 -35.054005, 138.758171 -35.054025, 138.758192 -35.054674, 138.758215 -35.054833, 138.758264 -35.055027, 138.758288 -35.055105, 138.758671 -35.056146, 138.758367 -35.056134, 138.7582 -35.056137, 138.758137 -35.056143, 138.758099 -35.056147, 138.757988 -35.056162, 138.757682 -35.05622, 138.757438 -35.056269, 138.75736 -35.056288, 138.757141 -35.056347, 138.757079 -35.056365, 138.756843 -35.056442, 138.756797 -35.056458, 138.756471 -35.056578, 138.756409 -35.056603, 138.756239 -35.056676, 138.756159 -35.056714, 138.755927 -35.056836, 138.755847 -35.056883, 138.755702 -35.056975, 138.755645 -35.057013, 138.755482 -35.057132, 138.755445 -35.057161, 138.755335 -35.057249, 138.755276 -35.057299, 138.755191 -35.057379, 138.755156 -35.057413, 138.755028 -35.057546, 138.754954 -35.057632, 138.754857 -35.057761, 138.754813 -35.057826, 138.754774 -35.057889, 138.754743 -35.057942, 138.754673 -35.058076, 138.754643 -35.058141, 138.754572 -35.058311, 138.754545 -35.058388, 138.754522 -35.058464, 138.754506 -35.058531, 138.754477 -35.058675, 138.754464 -35.058767, 138.754454 -35.058897, 138.754453 -35.05899, 138.75446 -35.059121, 138.75447 -35.059212, 138.754489 -35.05932, 138.754506 -35.059397, 138.754518 -35.059437, 138.754543 -35.059512, 138.754581 -35.059608, 138.754622 -35.059694, 138.754676 -35.059794, 138.754715 -35.05986, 138.754776 -35.059951, 138.754802 -35.059988, 138.75506 -35.060337, 138.755455 -35.060929, 138.755495 -35.06103, 138.75552 -35.061111, 138.755539 -35.061187, 138.75555 -35.061251, 138.755556 -35.061304, 138.755559 -35.061354, 138.755559 -35.061383, 138.755556 -35.061407, 138.75554 -35.061473, 138.755365 -35.061983, 138.755335 -35.062104, 138.755261 -35.06254, 138.755253 -35.0626, 138.755238 -35.06278, 138.755235 -35.062825, 138.755232 -35.062965, 138.755233 -35.063031, 138.755249 -35.06328, 138.755255 -35.063337, 138.755279 -35.063499, 138.755286 -35.063542, 138.755317 -35.063711, 138.755275 -35.063787, 138.755237 -35.063865, 138.755205 -35.063941, 138.755177 -35.064019, 138.755165 -35.06406, 138.755144 -35.064149, 138.755123 -35.064271, 138.755113 -35.06439, 138.755112 -35.06448, 138.755117 -35.064573, 138.755128 -35.064668, 138.755139 -35.064736, 138.755151 -35.064791, 138.755173 -35.064872, 138.755213 -35.064995, 138.755266 -35.065118, 138.755302 -35.065186, 138.755357 -35.065276, 138.755431 -35.065381, 138.755504 -35.065472, 138.755533 -35.065504, 138.755591 -35.065562, 138.75567 -35.065636, 138.755738 -35.065693, 138.755839 -35.065772, 138.755934 -35.065837, 138.756054 -35.065911, 138.756114 -35.065945, 138.756218 -35.066001, 138.756283 -35.066033, 138.756437 -35.066104, 138.756533 -35.066143, 138.756626 -35.066176, 138.756716 -35.066204, 138.756784 -35.066223, 138.756821 -35.066233, 138.756901 -35.066244, 138.756972 -35.066254, 138.757038 -35.066269, 138.757093 -35.066282, 138.757657 -35.066346, 138.758113 -35.066465, 138.758184 -35.06649, 138.758331 -35.06655, 138.758467 -35.06662, 138.758405 -35.066635, 138.758172 -35.066698, 138.757882 -35.066755, 138.7578 -35.066765, 138.757735 -35.06677, 138.757642 -35.06677, 138.7575 -35.06676, 138.757476 -35.066756, 138.757418 -35.066749, 138.756872 -35.066694, 138.756763 -35.066687, 138.756698 -35.066686, 138.756634 -35.06668, 138.756592 -35.066677, 138.7562 -35.066651, 138.756024 -35.066652, 138.75592 -35.066659, 138.755747 -35.066682, 138.755584 -35.066715, 138.755365 -35.066781, 138.755247 -35.066828, 138.75513 -35.066883, 138.755074 -35.066914, 138.755008 -35.066952, 138.754925 -35.067004, 138.754807 -35.067089, 138.754734 -35.067151, 138.754669 -35.067211, 138.754576 -35.067304, 138.754481 -35.067416, 138.754417 -35.067505, 138.754363 -35.06759, 138.754343 -35.067625, 138.754327 -35.067654, 138.754275 -35.067757, 138.75424 -35.067838, 138.754208 -35.067923, 138.754187 -35.067988, 138.754145 -35.06814, 138.754127 -35.068226, 138.754113 -35.068311, 138.754105 -35.068416, 138.754104 -35.068488, 138.754107 -35.068564, 138.754111 -35.068614, 138.754119 -35.068677, 138.754136 -35.068768, 138.754149 -35.06883, 138.754167 -35.068898, 138.754181 -35.068945, 138.754331 -35.06939, 138.754358 -35.069487, 138.754379 -35.069551, 138.754413 -35.06964, 138.754221 -35.069721, 138.754143 -35.069746, 138.754094 -35.069759, 138.753493 -35.069889, 138.753461 -35.069897, 138.752689 -35.070086, 138.752505 -35.070146, 138.752381 -35.070198, 138.752317 -35.070227, 138.752255 -35.070257, 138.752181 -35.070297, 138.752121 -35.070332, 138.752052 -35.070375, 138.751937 -35.070454, 138.751891 -35.070489, 138.751926 -35.070364, 138.752103 -35.069814, 138.752112 -35.069782, 138.752334 -35.068975, 138.752354 -35.068882, 138.752373 -35.068747, 138.752376 -35.068723, 138.752415 -35.068367, 138.752419 -35.06825, 138.752417 -35.0682, 138.752406 -35.068108, 138.752385 -35.067986, 138.752364 -35.067896, 138.752353 -35.06786, 138.752319 -35.067771, 138.752291 -35.067707, 138.752259 -35.067641, 138.752224 -35.067578, 138.75217 -35.067493, 138.752131 -35.067438, 138.752086 -35.067381, 138.752017 -35.067299, 138.751962 -35.06724, 138.751889 -35.067166, 138.751815 -35.0671, 138.751776 -35.067068, 138.751692 -35.067006, 138.751608 -35.066951, 138.751551 -35.066915, 138.751446 -35.066854, 138.751374 -35.066819, 138.751373 -35.015191, 138.784706 -35.01519, 138.784705 -34.998524, 138.756274 -34.998524, 138.75625 -34.998295, 138.756846 -34.997662, 138.75677 -34.997587, 138.755416 -34.99625, 138.756442 -34.995047, 138.754819 -34.993439, 138.755634 -34.992888, 138.757248 -34.991758, 138.75513 -34.989625, 138.754591 -34.989881, 138.754328 -34.990006, 138.75419 -34.990758, 138.753024 -34.991668, 138.75298 -34.992009, 138.75237 -34.992998, 138.752245 -34.993691, 138.752348 -34.995112, 138.751984 -34.997257, 138.75196 -34.997398, 138.752203 -34.998026, 138.75222 -34.998524, 138.752 -34.998524, 138.751984 -34.998057, 138.751726 -34.997429, 138.751617 -34.997163, 138.750715 -34.996281, 138.74885 -34.99442, 138.749952 -34.993669, 138.74993 -34.99326, 138.750013 -34.992829, 138.750349 -34.992276, 138.748926 -34.992049, 138.748281 -34.990546, 138.748374 -34.98999, 138.748 -34.989486, 138.747854 -34.988817, 138.748594 -34.988376, 138.749177 -34.988028, 138.748773 -34.986608, 138.748725 -34.986564, 138.745421 -34.988, 138.745419 -34.988616, 138.745729 -34.989543, 138.74619 -34.989998, 138.745938 -34.990171, 138.745648 -34.990374, 138.746292 -34.991013, 138.745985 -34.991228, 138.746754 -34.991991, 138.746546 -34.992137, 138.747648 -34.993229, 138.746203 -34.994231, 138.746631 -34.994645, 138.745826 -34.995207, 138.745398 -34.994794, 138.74467 -34.995301, 138.744917 -34.995752, 138.744744 -34.997027, 138.744748 -34.997051, 138.746724 -34.997831, 138.747429 -34.997963, 138.7477 -34.997898, 138.748167 -34.997919, 138.749211 -34.998524, 138.734706 -34.998524, 138.734705 -34.948524, 138.79558 -34.948523), (138.755 -34.989519, 138.753651 -34.988168, 138.752288 -34.98909, 138.752582 -34.989549, 138.752228 -34.990128, 138.752182 -34.990766, 138.752236 -34.990886, 138.752643 -34.991282, 138.753274 -34.991263, 138.753638 -34.990975, 138.753548 -34.990788, 138.753556 -34.990588, 138.753283 -34.990382, 138.753134 -34.990355, 138.753028 -34.990289, 138.753315 -34.989964, 138.753428 -34.989681, 138.753381 -34.989565, 138.75376 -34.989271, 138.754455 -34.989771, 138.755 -34.989519), (138.778453 -34.985598, 138.781378 -34.989507, 138.781347 -34.988521, 138.781584 -34.986152, 138.781774 -34.983898, 138.778453 -34.985598), (138.775321 -34.969481, 138.777181 -34.970372, 138.777674 -34.970343, 138.778303 -34.970517, 138.778721 -34.970782, 138.77932 -34.970532, 138.779908 -34.966648, 138.775443 -34.966279, 138.775416 -34.966277, 138.775402 -34.966384, 138.776204 -34.966455, 138.776833 -34.966826, 138.77635 -34.967717, 138.775021 -34.969242, 138.774862 -34.969425, 138.77486 -34.96944, 138.775321 -34.969481), (138.766895 -35.037412, 138.771125 -35.037465, 138.773035 -35.033393, 138.771558 -35.030744, 138.771232 -35.03121, 138.769164 -35.034167, 138.768071 -35.03573, 138.766895 -35.037412), (138.766964 -35.042683, 138.767155 -35.042745, 138.767237 -35.042355, 138.767084 -35.042034, 138.767222 -35.041851, 138.767378 -35.042071, 138.767922 -35.041752, 138.768148 -35.041766, 138.769268 -35.041563, 138.769875 -35.041639, 138.772058 -35.03932, 138.772911 -35.039316, 138.77238 -35.038978, 138.771033 -35.03764, 138.766775 -35.037575, 138.766539 -35.037922, 138.766717 -35.038009, 138.764382 -35.041375, 138.765327 -35.041807, 138.765279 -35.041887, 138.766964 -35.042683), (138.770802 -34.986325, 138.770289 -34.986686, 138.771434 -34.988394, 138.773551 -34.99155, 138.774127 -34.992409, 138.774544 -34.993031, 138.78141 -34.989878, 138.77816 -34.985541, 138.781787 -34.983686, 138.781846 -34.98265, 138.78165 -34.982707, 138.780852 -34.982908, 138.780162 -34.982769, 138.778777 -34.981976, 138.777935 -34.981803, 138.77704 -34.981794, 138.772304 -34.9852, 138.771091 -34.9861, 138.770802 -34.986325)))",
        "MULTIPOLYGON(((139.051365 -34.748519, 139.051366 -34.831853, 138.984701 -34.831854, 138.984701 -34.84852, 138.968034 -34.848521, 138.968034 -34.816334, 138.968049 -34.816332, 138.968708 -34.816235, 138.968818 -34.816214, 138.968906 -34.816193, 138.969008 -34.816164, 138.969152 -34.816117, 138.96926 -34.816076, 138.969359 -34.816032, 138.969432 -34.815997, 138.969591 -34.815914, 138.969661 -34.815874, 138.969753 -34.815817, 138.969793 -34.815791, 138.969903 -34.815716, 138.969953 -34.81568, 138.970596 -34.815185, 138.970627 -34.815166, 138.971063 -34.814923, 138.971502 -34.814705, 138.971872 -34.814537, 138.972395 -34.814327, 138.972805 -34.814183, 138.973154 -34.814079, 138.973194 -34.814069, 138.973263 -34.814055, 138.974326 -34.813888, 138.974533 -34.813837, 138.974686 -34.813786, 138.974821 -34.813731, 138.975095 -34.813601, 138.97515 -34.813573, 138.975303 -34.813489, 138.975378 -34.813445, 138.975608 -34.813296, 138.975673 -34.81325, 138.975765 -34.813179, 138.975802 -34.813149, 138.975887 -34.813079, 138.975926 -34.813045, 138.976002 -34.812974, 138.97604 -34.812936, 138.976108 -34.812865, 138.976142 -34.812828, 138.976204 -34.812757, 138.976249 -34.8127, 138.976354 -34.812558, 138.976392 -34.812501, 138.976439 -34.812425, 138.976472 -34.812367, 138.976499 -34.812314, 138.976526 -34.812256, 138.976569 -34.812153, 138.976604 -34.812051, 138.976634 -34.811939, 138.976652 -34.811846, 138.976672 -34.811698, 138.976678 -34.811631, 138.976683 -34.811527, 138.976684 -34.811484, 138.976676 -34.8109, 138.976682 -34.81086, 138.976707 -34.810757, 138.976762 -34.810585, 138.97707 -34.809699, 138.977094 -34.809616, 138.977115 -34.809522, 138.977124 -34.809479, 138.977142 -34.809367, 138.977148 -34.809322, 138.977166 -34.809157, 138.977242 -34.808585, 138.977252 -34.808561, 138.977262 -34.808543, 138.977296 -34.808503, 138.97736 -34.808445, 138.977389 -34.808422, 138.977531 -34.808322, 138.977549 -34.808309, 138.978049 -34.807938, 138.978164 -34.807839, 138.97823 -34.807773, 138.978275 -34.807725, 138.978398 -34.807582, 138.978423 -34.807552, 138.978564 -34.807374, 138.97859 -34.80734, 138.978798 -34.807051, 138.978814 -34.807027, 138.979244 -34.806385, 138.979271 -34.806343, 138.979424 -34.806083, 138.979705 -34.805629, 138.979722 -34.805607, 138.979809 -34.805515, 138.97983 -34.805497, 138.979971 -34.805402, 138.980848 -34.804902, 138.980936 -34.804846, 138.980992 -34.804806, 138.981065 -34.80475, 138.981122 -34.804702, 138.981169 -34.80466, 138.981252 -34.80458, 138.981282 -34.804551, 138.981728 -34.804084, 138.981758 -34.804069, 138.98181 -34.804054, 138.981965 -34.804018, 138.981989 -34.804014, 138.982087 -34.804004, 138.982138 -34.804004, 138.982205 -34.804013, 138.98225 -34.804022, 138.982272 -34.804028, 138.982508 -34.80453, 138.982591 -34.804671, 138.98265 -34.804753, 138.982744 -34.804863, 138.98283 -34.804951, 138.982888 -34.805004, 138.98292 -34.805032, 138.983004 -34.805097, 138.98315 -34.805198, 138.983238 -34.805253, 138.983411 -34.805351, 138.983484 -34.805389, 138.983613 -34.80545, 138.983665 -34.805473, 138.983812 -34.805534, 138.98385 -34.805549, 138.984001 -34.805605, 138.984054 -34.805624, 138.984673 -34.805825, 138.985053 -34.805966, 138.985526 -34.806134, 138.985613 -34.806161, 138.985753 -34.8062, 138.985827 -34.806217, 138.985943 -34.806242, 138.985994 -34.806251, 138.9862 -34.806286, 138.986332 -34.806302, 138.986511 -34.806314, 138.986577 -34.806317, 138.986731 -34.806319, 138.986816 -34.806318, 138.986956 -34.806311, 138.987 -34.806308, 138.987138 -34.806297, 138.98719 -34.806292, 138.98732 -34.806276, 138.987367 -34.806269, 138.987496 -34.806249, 138.987585 -34.806232, 138.987713 -34.806202, 138.987843 -34.806172, 138.987929 -34.806148, 138.988053 -34.80611, 138.988097 -34.806095, 138.988219 -34.806052, 138.988281 -34.806028, 138.988406 -34.805976, 138.988451 -34.805956, 138.988648 -34.805865, 138.988736 -34.805819, 138.988835 -34.805762, 138.988855 -34.805751, 138.988949 -34.805694, 138.989004 -34.805658, 138.989094 -34.805597, 138.989147 -34.805558, 138.989344 -34.805403, 138.989418 -34.805339, 138.989516 -34.805246, 138.989545 -34.805217, 138.98963 -34.805129, 138.989656 -34.8051, 138.989763 -34.80498, 138.989794 -34.804943, 138.989915 -34.804792, 138.989946 -34.804749, 138.990088 -34.804549, 138.990107 -34.80452, 138.990182 -34.804404, 138.990211 -34.804355, 138.990281 -34.80423, 138.990302 -34.804188, 138.990375 -34.804036, 138.990393 -34.803998, 138.990453 -34.803855, 138.990471 -34.803807, 138.990549 -34.803583, 138.990564 -34.803533, 138.990641 -34.80325, 138.990651 -34.803209, 138.990706 -34.802953, 138.99072 -34.802857, 138.990731 -34.802713, 138.990734 -34.802645, 138.990733 -34.802546, 138.990731 -34.802502, 138.99072 -34.802345, 138.990701 -34.801898, 138.990712 -34.80187, 138.99074 -34.80184, 138.990774 -34.801809, 138.991406 -34.801263, 138.991534 -34.801129, 138.991593 -34.801054, 138.991649 -34.800974, 138.991704 -34.800885, 138.991751 -34.800797, 138.991809 -34.800672, 138.991844 -34.800581, 138.9919 -34.800406, 138.991908 -34.800382, 138.992023 -34.799979, 138.992135 -34.799905, 138.992189 -34.799876, 138.992286 -34.799838, 138.992393 -34.799812, 138.992474 -34.799801, 138.992505 -34.799799, 138.992547 -34.799798, 138.992588 -34.799798, 138.992736 -34.799813, 138.992845 -34.799827, 138.992947 -34.799846, 138.993057 -34.79987, 138.993152 -34.799895, 138.993236 -34.799921, 138.99334 -34.799961, 138.993452 -34.800007, 138.993547 -34.800049, 138.993629 -34.8001, 138.99372 -34.800171, 138.993901 -34.800342, 138.994344 -34.800747, 138.994432 -34.800818, 138.994527 -34.800888, 138.994575 -34.800921, 138.995004 -34.801198, 138.995061 -34.801233, 138.995349 -34.801396, 138.995385 -34.801415, 138.995627 -34.801541, 138.995683 -34.801568, 138.9959 -34.801666, 138.995928 -34.801678, 138.996017 -34.801716, 138.996061 -34.801733, 138.996486 -34.801894, 138.996545 -34.801914, 138.996872 -34.802019, 138.996922 -34.802034, 138.997203 -34.802111, 138.997253 -34.802123, 138.997506 -34.802182, 138.997557 -34.802192, 138.997793 -34.802237, 138.997831 -34.802243, 138.998055 -34.802278, 138.99815 -34.80229, 138.998486 -34.802318, 138.998521 -34.80232, 138.998746 -34.802333, 138.99883 -34.802335, 138.999022 -34.802334, 138.999064 -34.802333, 138.999228 -34.802327, 138.999272 -34.802324, 138.999425 -34.802313, 138.999475 -34.802308, 138.999617 -34.802293, 138.999723 -34.802276, 138.999978 -34.802227, 139.00006 -34.802208, 139.000236 -34.802161, 139.000318 -34.802137, 139.000609 -34.802038, 139.000687 -34.802008, 139.000854 -34.801939, 139.000904 -34.801916, 139.001052 -34.801847, 139.001106 -34.801816, 139.001142 -34.801797, 139.001259 -34.801737, 139.00131 -34.801709, 139.001497 -34.801599, 139.001555 -34.801563, 139.001831 -34.801378, 139.001856 -34.801361, 139.001949 -34.801295, 139.001983 -34.801269, 139.002109 -34.801172, 139.002135 -34.801151, 139.002257 -34.80105, 139.002313 -34.801, 139.002446 -34.800872, 139.002472 -34.800846, 139.002647 -34.800664, 139.002684 -34.800624, 139.002833 -34.80045, 139.002857 -34.800421, 139.003138 -34.800065, 139.003166 -34.800026, 139.003342 -34.799776, 139.003362 -34.799746, 139.003517 -34.799505, 139.003544 -34.79946, 139.003693 -34.799217, 139.003783 -34.799182, 139.004019 -34.799077, 139.004097 -34.799039, 139.004203 -34.798982, 139.004252 -34.798955, 139.004354 -34.798893, 139.004402 -34.798863, 139.0045 -34.798797, 139.004555 -34.798757, 139.004738 -34.798616, 139.00482 -34.798545, 139.004986 -34.798386, 139.005037 -34.798334, 139.005116 -34.798245, 139.005147 -34.798208, 139.005223 -34.798115, 139.005253 -34.798075, 139.005327 -34.797972, 139.005354 -34.797932, 139.005425 -34.797821, 139.005453 -34.797774, 139.005529 -34.797635, 139.00557 -34.797549, 139.005613 -34.797442, 139.005645 -34.797347, 139.005678 -34.797221, 139.005697 -34.797124, 139.005715 -34.796984, 139.005721 -34.796888, 139.00572 -34.796712, 139.005717 -34.796643, 139.005705 -34.796521, 139.0057 -34.796482, 139.005583 -34.795701, 139.005585 -34.795657, 139.005589 -34.795635, 139.005738 -34.794998, 139.00579 -34.794839, 139.005838 -34.794718, 139.005885 -34.794617, 139.005928 -34.794538, 139.005971 -34.79447, 139.006014 -34.794409, 139.006114 -34.794286, 139.006158 -34.794259, 139.006246 -34.794213, 139.007199 -34.793801, 139.007341 -34.793727, 139.007406 -34.793688, 139.007484 -34.793635, 139.007538 -34.793596, 139.007597 -34.793549, 139.00769 -34.79347, 139.007755 -34.793408, 139.007833 -34.793328, 139.007914 -34.793234, 139.007999 -34.793118, 139.008059 -34.793026, 139.008117 -34.792923, 139.008154 -34.792846, 139.008179 -34.792788, 139.0082 -34.792735, 139.00824 -34.792618, 139.008266 -34.792524, 139.008297 -34.79238, 139.008307 -34.792315, 139.008318 -34.792225, 139.008322 -34.792179, 139.008328 -34.792067, 139.00833 -34.792022, 139.008329 -34.791854, 139.008341 -34.791209, 139.008349 -34.791184, 139.008393 -34.79109, 139.00845 -34.790983, 139.00852 -34.790871, 139.008624 -34.790723, 139.008797 -34.790503, 139.009366 -34.789854, 139.009383 -34.789834, 139.009641 -34.789521, 139.010198 -34.788875, 139.01025 -34.788828, 139.010318 -34.788774, 139.010379 -34.788729, 139.010443 -34.788687, 139.010524 -34.788637, 139.010577 -34.78861, 139.010768 -34.788527, 139.010845 -34.788501, 139.010957 -34.788466, 139.011123 -34.788424, 139.011266 -34.788393, 139.011518 -34.78835, 139.01159 -34.788338, 139.012161 -34.788269, 139.012357 -34.788254, 139.01258 -34.788243, 139.012903 -34.78824, 139.013252 -34.788254, 139.013433 -34.788265, 139.014147 -34.788316, 139.015764 -34.788459, 139.015923 -34.78849, 139.016075 -34.788525, 139.016201 -34.788563, 139.016323 -34.788605, 139.01646 -34.788659, 139.01661 -34.788726, 139.017143 -34.788991, 139.017163 -34.789001, 139.017684 -34.789248, 139.017741 -34.789273, 139.017923 -34.789348, 139.017985 -34.789372, 139.018033 -34.789388, 139.019625 -34.789944, 139.019775 -34.789986, 139.019957 -34.790025, 139.020033 -34.790039, 139.020296 -34.790079, 139.020381 -34.79009, 139.020509 -34.790101, 139.020557 -34.790104, 139.020689 -34.790111, 139.020785 -34.790112, 139.021136 -34.790104, 139.021217 -34.7901, 139.021397 -34.790085, 139.021435 -34.790081, 139.022794 -34.789926, 139.022834 -34.789925, 139.022941 -34.789927, 139.024282 -34.790015, 139.024531 -34.790008, 139.02482 -34.789972, 139.024965 -34.789945, 139.025052 -34.789924, 139.025083 -34.789916, 139.025241 -34.789874, 139.02536 -34.789836, 139.025622 -34.789736, 139.025655 -34.789723, 139.025864 -34.789636, 139.025924 -34.789609, 139.026114 -34.789518, 139.026193 -34.789476, 139.02654 -34.789274, 139.0266 -34.789237, 139.026758 -34.789131, 139.02681 -34.789094, 139.026961 -34.788979, 139.026993 -34.788954, 139.027132 -34.788839, 139.027166 -34.788809, 139.027298 -34.788689, 139.027334 -34.788655, 139.027462 -34.788527, 139.027504 -34.788482, 139.027625 -34.788344, 139.027645 -34.78832, 139.027762 -34.788178, 139.0278 -34.788128, 139.027916 -34.787963, 139.027945 -34.78792, 139.02805 -34.787751, 139.028077 -34.787704, 139.028214 -34.78745, 139.028234 -34.787409, 139.028287 -34.787258, 139.028307 -34.787102, 139.028294 -34.786945, 139.028249 -34.786793, 139.028172 -34.786649, 139.028065 -34.786519, 139.027933 -34.786405, 139.02778 -34.786313, 139.027609 -34.786244, 139.027426 -34.7862, 139.027236 -34.786183, 139.027046 -34.786194, 139.026861 -34.786231, 139.026687 -34.786295, 139.026529 -34.786383, 139.026392 -34.786492, 139.026279 -34.786618, 139.026216 -34.786719, 139.026092 -34.78695, 139.026014 -34.787076, 139.02593 -34.787194, 139.025844 -34.7873, 139.025753 -34.787403, 139.025664 -34.787492, 139.025567 -34.78758, 139.025461 -34.787667, 139.025353 -34.78775, 139.025251 -34.787818, 139.024973 -34.78798, 139.024852 -34.788038, 139.02469 -34.788105, 139.024503 -34.788176, 139.024421 -34.788198, 139.02433 -34.78821, 139.023082 -34.788128, 139.023017 -34.788125, 139.022853 -34.788123, 139.022806 -34.788123, 139.02268 -34.788125, 139.022556 -34.788133, 139.021156 -34.788293, 139.021036 -34.788303, 139.020774 -34.788309, 139.020714 -34.788306, 139.020653 -34.7883, 139.02047 -34.788272, 139.020403 -34.788258, 139.018868 -34.787723, 139.018746 -34.787672, 139.018261 -34.787442, 139.018032 -34.787328, 139.017718 -34.787172, 139.017678 -34.787153, 139.017481 -34.787064, 139.017426 -34.787041, 139.017234 -34.786966, 139.017181 -34.786947, 139.017014 -34.78689, 139.016976 -34.786878, 139.016788 -34.78682, 139.016701 -34.786797, 139.016489 -34.786749, 139.016454 -34.786741, 139.016208 -34.786692, 139.016067 -34.786672, 139.014347 -34.786521, 139.013601 -34.786468, 139.013398 -34.786455, 139.01337 -34.786454, 139.012976 -34.786438, 139.012915 -34.786437, 139.012532 -34.78644, 139.012474 -34.786442, 139.012206 -34.786455, 139.012171 -34.786458, 139.01193 -34.786476, 139.011873 -34.786482, 139.011249 -34.786557, 139.011202 -34.786564, 139.011084 -34.786583, 139.010794 -34.786632, 139.010733 -34.786644, 139.010542 -34.786686, 139.010506 -34.786694, 139.010286 -34.786749, 139.010217 -34.786769, 139.010052 -34.78682, 139.010016 -34.786832, 139.00988 -34.78688, 139.009797 -34.786912, 139.009525 -34.787029, 139.009446 -34.787066, 139.009321 -34.787132, 139.009254 -34.78717, 139.009125 -34.787249, 139.009095 -34.787268, 139.008995 -34.787334, 139.008953 -34.787363, 139.00885 -34.787438, 139.008809 -34.78747, 139.008699 -34.787558, 139.008657 -34.787594, 139.008539 -34.7877, 139.008456 -34.787786, 139.007842 -34.788498, 139.007586 -34.788808, 139.00701 -34.789465, 139.00698 -34.789502, 139.006776 -34.78976, 139.006747 -34.789799, 139.006616 -34.789986, 139.00659 -34.790025, 139.006492 -34.790181, 139.006464 -34.790231, 139.006382 -34.790383, 139.006362 -34.790423, 139.006287 -34.790584, 139.00625 -34.790679, 139.006209 -34.790809, 139.006194 -34.790864, 139.006178 -34.790932, 139.006157 -34.791091, 139.006144 -34.791851, 139.006144 -34.792004, 139.00614 -34.792071, 139.006136 -34.792106, 139.006123 -34.792169, 139.006101 -34.792228, 139.006081 -34.792249, 139.00519 -34.792634, 139.005111 -34.792672, 139.004953 -34.792755, 139.004891 -34.79279, 139.004812 -34.792838, 139.004733 -34.792891, 139.004625 -34.792971, 139.004565 -34.793019, 139.004477 -34.793094, 139.004407 -34.793161, 139.004365 -34.793205, 139.004314 -34.793263, 139.004177 -34.793432, 139.004142 -34.793478, 139.00407 -34.79358, 139.004044 -34.793618, 139.003974 -34.79373, 139.003945 -34.793779, 139.003878 -34.793904, 139.003856 -34.793946, 139.003789 -34.79409, 139.003772 -34.794131, 139.003705 -34.794297, 139.003687 -34.794346, 139.003617 -34.794561, 139.003599 -34.794624, 139.003436 -34.79532, 139.003426 -34.795375, 139.003412 -34.795465, 139.003403 -34.795545, 139.003396 -34.795703, 139.003403 -34.795849, 139.003528 -34.796684, 139.003535 -34.796752, 139.003535 -34.796845, 139.00353 -34.796887, 139.003515 -34.796933, 139.003475 -34.797006, 139.003432 -34.797074, 139.003387 -34.797136, 139.003343 -34.797191, 139.003303 -34.797235, 139.003202 -34.797333, 139.003089 -34.79742, 139.003043 -34.797451, 139.002989 -34.797483, 139.002946 -34.797506, 139.002794 -34.797573, 139.002612 -34.797637, 139.002485 -34.797672, 139.00231 -34.797735, 139.002152 -34.797823, 139.002015 -34.797932, 139.001902 -34.798058, 139.001821 -34.798195, 139.001685 -34.79848, 139.001571 -34.798684, 139.001441 -34.798887, 139.001289 -34.799102, 139.001036 -34.799424, 139.000918 -34.799562, 139.000774 -34.799711, 139.00068 -34.799802, 139.000599 -34.799869, 139.000503 -34.799943, 139.000441 -34.799987, 139.000206 -34.800145, 139.000072 -34.800223, 138.999946 -34.800288, 138.999919 -34.800304, 138.999841 -34.800341, 138.999739 -34.800384, 138.999527 -34.800455, 138.999432 -34.800481, 138.999271 -34.800512, 138.999209 -34.800519, 138.999103 -34.800527, 138.998983 -34.800531, 138.998854 -34.800532, 138.998688 -34.800523, 138.998418 -34.8005, 138.99826 -34.800475, 138.998069 -34.800439, 138.997866 -34.800393, 138.997637 -34.80033, 138.997365 -34.800243, 138.996991 -34.800102, 138.996938 -34.80008, 138.996763 -34.800001, 138.996566 -34.799898, 138.996326 -34.799762, 138.99595 -34.799519, 138.995925 -34.799501, 138.99554 -34.799149, 138.995331 -34.798952, 138.995261 -34.798892, 138.99509 -34.798759, 138.995002 -34.798696, 138.994862 -34.798608, 138.994806 -34.798575, 138.994722 -34.798529, 138.99464 -34.798488, 138.994485 -34.798418, 138.994448 -34.798402, 138.9943 -34.798341, 138.994264 -34.798327, 138.994113 -34.79827, 138.994056 -34.79825, 138.993908 -34.798203, 138.993836 -34.798182, 138.993685 -34.798143, 138.993646 -34.798134, 138.993493 -34.7981, 138.993446 -34.79809, 138.993285 -34.798061, 138.993213 -34.79805, 138.993049 -34.798029, 138.993013 -34.798025, 138.992793 -34.798003, 138.992685 -34.797997, 138.992562 -34.797995, 138.992504 -34.797995, 138.9924 -34.797998, 138.992335 -34.798001, 138.992238 -34.798009, 138.992172 -34.798016, 138.991985 -34.798039, 138.99184 -34.798066, 138.991582 -34.79813, 138.991426 -34.798179, 138.991183 -34.798274, 138.991047 -34.798337, 138.990887 -34.798425, 138.990808 -34.798472, 138.990641 -34.798582, 138.990581 -34.798625, 138.990495 -34.798691, 138.990429 -34.798745, 138.990366 -34.798803, 138.990302 -34.798866, 138.990241 -34.798933, 138.990168 -34.799023, 138.990111 -34.799103, 138.990073 -34.799162, 138.990047 -34.799207, 138.990026 -34.799245, 138.989998 -34.799299, 138.989968 -34.799363, 138.98994 -34.79943, 138.98991 -34.799515, 138.989784 -34.799956, 138.989746 -34.800073, 138.989737 -34.800094, 138.98918 -34.800575, 138.989154 -34.800599, 138.989082 -34.800665, 138.989033 -34.800713, 138.988979 -34.800771, 138.988938 -34.800819, 138.988891 -34.800876, 138.988857 -34.80092, 138.988793 -34.801009, 138.988753 -34.80107, 138.988727 -34.801115, 138.988682 -34.801201, 138.988632 -34.801312, 138.988595 -34.801409, 138.988565 -34.801513, 138.988543 -34.801609, 138.988522 -34.801734, 138.988513 -34.801887, 138.988536 -34.802419, 138.988537 -34.802439, 138.988548 -34.802583, 138.988548 -34.802626, 138.988543 -34.802688, 138.988503 -34.802876, 138.988438 -34.803113, 138.988378 -34.803288, 138.988336 -34.803389, 138.988281 -34.803501, 138.988237 -34.803581, 138.988187 -34.803658, 138.988071 -34.803823, 138.987983 -34.803934, 138.987905 -34.804021, 138.987848 -34.804081, 138.9878 -34.804127, 138.987667 -34.804231, 138.987632 -34.804255, 138.987575 -34.804289, 138.987529 -34.804316, 138.9874 -34.804376, 138.987328 -34.804406, 138.987259 -34.80443, 138.9872 -34.804448, 138.987121 -34.804467, 138.98704 -34.804486, 138.986979 -34.804495, 138.986897 -34.804505, 138.986807 -34.804513, 138.986732 -34.804516, 138.986654 -34.804515, 138.986575 -34.804509, 138.986459 -34.80449, 138.986405 -34.804479, 138.986346 -34.804462, 138.985944 -34.80432, 138.985548 -34.804172, 138.985498 -34.804155, 138.98488 -34.803955, 138.984775 -34.803915, 138.984673 -34.803873, 138.984608 -34.803842, 138.984501 -34.80378, 138.984313 -34.803369, 138.984298 -34.803338, 138.984263 -34.80327, 138.984229 -34.80321, 138.98419 -34.803147, 138.984148 -34.803085, 138.984094 -34.803012, 138.98402 -34.802925, 138.983963 -34.802865, 138.983905 -34.80281, 138.983843 -34.802755, 138.98379 -34.80271, 138.98376 -34.802687, 138.983628 -34.802601, 138.983521 -34.80254, 138.983415 -34.802488, 138.983232 -34.802408, 138.983111 -34.802363, 138.98296 -34.802316, 138.982822 -34.802281, 138.98267 -34.802251, 138.982595 -34.802239, 138.982442 -34.802218, 138.982361 -34.80221, 138.982279 -34.802204, 138.982171 -34.802201, 138.982001 -34.802202, 138.981882 -34.802209, 138.981689 -34.802228, 138.981619 -34.802237, 138.981514 -34.802253, 138.981423 -34.802271, 138.981185 -34.802326, 138.98111 -34.802345, 138.980966 -34.802388, 138.980869 -34.802424, 138.98084 -34.802434, 138.980737 -34.802472, 138.980687 -34.802494, 138.980563 -34.802556, 138.980412 -34.802644, 138.980313 -34.802709, 138.9802 -34.802793, 138.980071 -34.802906, 138.97958 -34.803419, 138.979544 -34.803454, 138.978691 -34.80394, 138.978617 -34.803986, 138.97841 -34.804126, 138.978349 -34.804171, 138.978282 -34.804224, 138.978231 -34.804266, 138.978167 -34.804324, 138.97811 -34.80438, 138.977964 -34.804535, 138.977905 -34.804605, 138.977833 -34.804699, 138.977782 -34.804771, 138.977472 -34.805271, 138.977462 -34.805288, 138.977317 -34.805534, 138.976909 -34.806143, 138.976721 -34.806404, 138.976606 -34.80655, 138.976524 -34.806645, 138.976098 -34.806961, 138.975945 -34.807069, 138.975907 -34.807097, 138.975828 -34.807159, 138.975767 -34.80721, 138.975632 -34.807334, 138.975551 -34.807417, 138.975463 -34.807519, 138.975439 -34.807547, 138.975404 -34.807592, 138.975358 -34.807656, 138.975323 -34.807709, 138.975284 -34.807774, 138.975246 -34.807846, 138.975232 -34.807873, 138.975204 -34.807931, 138.975172 -34.808005, 138.975122 -34.808139, 138.975081 -34.808304, 138.974992 -34.808969, 138.97499 -34.808989, 138.974973 -34.809143, 138.974962 -34.809211, 138.974955 -34.809242, 138.974657 -34.810098, 138.97465 -34.810118, 138.974585 -34.810325, 138.974571 -34.810373, 138.974531 -34.810535, 138.974518 -34.810603, 138.974497 -34.810738, 138.974489 -34.81086, 138.974498 -34.811483, 138.974495 -34.811531, 138.974482 -34.811614, 138.97447 -34.811643, 138.9744 -34.811738, 138.974379 -34.811762, 138.974347 -34.811796, 138.974309 -34.811831, 138.974263 -34.81187, 138.974221 -34.811902, 138.974061 -34.812006, 138.973973 -34.812053, 138.973802 -34.812135, 138.972829 -34.812288, 138.972782 -34.812297, 138.972654 -34.812322, 138.972584 -34.812337, 138.972484 -34.812363, 138.972436 -34.812376, 138.972034 -34.812496, 138.971976 -34.812515, 138.971511 -34.812678, 138.971462 -34.812697, 138.970891 -34.812926, 138.970844 -34.812946, 138.970431 -34.813133, 138.970391 -34.813152, 138.96991 -34.813392, 138.969864 -34.813416, 138.969384 -34.813683, 138.969341 -34.813708, 138.969241 -34.813769, 138.969149 -34.813833, 138.968485 -34.814344, 138.968421 -34.814388, 138.968383 -34.814411, 138.968287 -34.81446, 138.968258 -34.81447, 138.968034 -34.814503, 138.968033 -34.74852, 139.051365 -34.748519), (139.026445 -34.748801, 139.023684 -34.75072, 139.018534 -34.749236, 139.022959 -34.75351, 139.02485 -34.752189, 139.02608 -34.751922, 139.026696 -34.75133, 139.027164 -34.750657, 139.027213 -34.750365, 139.02788 -34.750182, 139.027891 -34.750156, 139.027445 -34.749399, 139.026445 -34.748801), (138.982261 -34.765134, 138.980295 -34.765477, 138.979116 -34.765361, 138.978382 -34.76561, 138.97802 -34.765993, 138.978399 -34.766946, 138.979268 -34.767853, 138.979612 -34.768993, 138.979761 -34.76993, 138.979218 -34.771525, 138.979758 -34.771565, 138.980718 -34.770961, 138.981657 -34.770649, 138.983126 -34.770666, 138.984762 -34.770308, 138.985181 -34.770336, 138.984578 -34.768812, 138.984476 -34.767597, 138.98427 -34.766904, 138.983829 -34.765722, 138.983595 -34.765254, 138.983654 -34.764406, 138.982261 -34.765134), (138.984788 -34.770474, 138.983165 -34.770836, 138.981701 -34.77083, 138.980827 -34.77111, 138.97978 -34.771745, 138.979171 -34.771684, 138.979134 -34.773623, 138.978765 -34.774545, 138.97795 -34.775238, 138.976237 -34.777679, 138.979739 -34.777915, 138.978982 -34.784857, 138.982099 -34.785067, 138.983323 -34.784864, 138.987722 -34.784134, 138.987978 -34.781453, 138.987112 -34.781401, 138.987206 -34.780497, 138.988064 -34.780552, 138.988083 -34.780348, 138.987804 -34.779513, 138.988363 -34.778493, 138.984058 -34.778204, 138.984909 -34.770482, 138.984788 -34.770474)), ((138.95137 -34.998522, 138.918037 -34.998522, 138.918036 -34.931855, 138.951369 -34.931854, 138.95137 -34.998522)))",
        "POLYGON((139.051347 -33.731848, 139.051351 -33.898516, 138.901352 -33.898517, 138.90135 -33.73185, 139.051347 -33.731848))",
        "POLYGON((135.934731 -34.298553, 135.968063 -34.298553, 135.968064 -34.348553, 135.934731 -34.348553, 135.934731 -34.298553))"
      ],
      "totalRecords": 901,
      "attributeName": "geometry",
      "distinctCount": 901,
      "sourcePatterns": [
        "_geom",
        "geom",
        "geometry",
        "shape"
      ],
      "typeMismatchPercent": 100
    }
  ],
  "recordsValidated": 901,
  "attributesWithIssues": 4
}
Ontology: tenement

Harmonize au_sa_tenements → Derive ontology

ontology derivedau_sa_tenements
9 FebConfidence: 95%
Show data
{
  "domain": "tenements",
  "qualityNotes": [
    "Most 'name' fields are null - tenements are primarily identified by permit numbers",
    "Area values are stored as strings but represent numeric quantities",
    "Some date fields may be null indicating ongoing or indefinite status",
    "Commodities are stored as semicolon-separated strings rather than structured data",
    "Duplicate geometry fields (_geom and geom) with different formats",
    "Shape area and length appear to be calculated fields that may not match legal area",
    "Court action pending field is consistently null across samples",
    "Prior/subsequent tenement fields are null, suggesting limited historical linkage data"
  ],
  "commonPatterns": {
    "dateFields": [
      "tenement_start_date",
      "tenement_expiry_date",
      "tenement_surrender_date",
      "renewal_application_date",
      "transfer_application_date",
      "_mirrored_at"
    ],
    "statusFields": [
      "tenement_status",
      "court_action_pending"
    ],
    "geometryFields": [
      "_geom",
      "geom"
    ],
    "commodityFields": [
      "commodities_sought"
    ],
    "identifierFields": [
      "_id",
      "objectid",
      "tenement_number",
      "tenement_label"
    ],
    "measurementFields": [
      "area_legal",
      "shape_area",
      "shape_length"
    ]
  },
  "alternativeTypes": [],
  "primaryFeatureType": {
    "name": "Mining Tenement",
    "slug": "tenement",
    "reasoning": "This source clearly represents South Australia mining tenements with polygon geometries, permit numbers (EL prefix), legal areas, holders, dates, and status information. The data structure perfectly matches the existing tenement feature type.",
    "attributes": [
      {
        "name": "permit_id",
        "dataType": "TEXT",
        "examples": [
          "EL 6751",
          "EL 6466",
          "EL 6900"
        ],
        "required": true,
        "isGeometry": false,
        "description": "Unique tenement identifier (e.g., EL 6751)",
        "isIdentifier": true,
        "sourceFieldPatterns": [
          "tenement_label",
          "tenement_number"
        ]
      },
      {
        "name": "name",
        "dataType": "TEXT",
        "examples": [
          "null"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Tenement name or title",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "name"
        ]
      },
      {
        "name": "type",
        "dataType": "TEXT",
        "examples": [
          "EL"
        ],
        "required": true,
        "enumValues": [
          "EL",
          "ML",
          "MPL",
          "PEL"
        ],
        "isGeometry": false,
        "description": "Type of tenement or permit",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "tenement_type"
        ]
      },
      {
        "name": "status",
        "dataType": "TEXT",
        "examples": [
          "Active"
        ],
        "required": true,
        "enumValues": [
          "Active",
          "Expired",
          "Surrendered",
          "Pending"
        ],
        "isGeometry": false,
        "description": "Current status of the tenement",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "tenement_status"
        ]
      },
      {
        "name": "holder",
        "dataType": "TEXT",
        "examples": [
          "Tri-Star Minerals Pty Ltd",
          "OZ Exploration Pty Ltd"
        ],
        "required": true,
        "isGeometry": false,
        "description": "Legal holder or licensee of the tenement",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "licencees",
          "licensees"
        ]
      },
      {
        "name": "operator",
        "dataType": "TEXT",
        "examples": [
          "Gawler Resources Pty Ltd"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Operating company if different from holder",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "operators"
        ]
      },
      {
        "name": "grant_date",
        "dataType": "TIMESTAMP",
        "examples": [
          "2022-05-09T02:30:00Z"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Date when tenement was granted or started",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "tenement_start_date",
          "grant_date"
        ]
      },
      {
        "name": "expiry_date",
        "dataType": "TIMESTAMP",
        "examples": [
          "2028-05-08T02:30:00Z"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Date when tenement expires",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "tenement_expiry_date",
          "expiry_date"
        ]
      },
      {
        "name": "surrender_date",
        "dataType": "TIMESTAMP",
        "examples": [
          "null"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Date when tenement was surrendered",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "tenement_surrender_date"
        ]
      },
      {
        "name": "area_hectares",
        "dataType": "FLOAT",
        "examples": [
          "948",
          "206",
          "143"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Legal area of tenement in hectares",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "area_legal",
          "area_ha",
          "area"
        ]
      },
      {
        "name": "area_unit",
        "dataType": "TEXT",
        "examples": [
          "Square Kilometres"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Unit of measurement for area",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "area_unit"
        ]
      },
      {
        "name": "commodities",
        "dataType": "TEXT",
        "examples": [
          "Cobalt; Copper; Gold; Graphite; Iron; Lead; Lithium; Platinum; Rare Earths; Silver; Uranium; Zinc"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Commodities or minerals sought under this tenement",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "commodities_sought",
          "commodities",
          "minerals"
        ]
      },
      {
        "name": "location",
        "dataType": "TEXT",
        "examples": [
          "Murnpeowie area approximately 120km east-northeast of Marree"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Geographic description of tenement location",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "location",
          "description"
        ]
      },
      {
        "name": "court_action_pending",
        "dataType": "BOOLEAN",
        "examples": [
          "null"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Whether there is pending court action",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "court_action_pending"
        ]
      },
      {
        "name": "prior_tenement",
        "dataType": "TEXT",
        "examples": [
          "null"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Previous tenement identifier if applicable",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "prior_tenement"
        ]
      },
      {
        "name": "subsequent_tenement",
        "dataType": "TEXT",
        "examples": [
          "null"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Subsequent tenement identifier if applicable",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "subsequent_tenement"
        ]
      },
      {
        "name": "renewal_application_date",
        "dataType": "TIMESTAMP",
        "examples": [
          "null"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Date of renewal application",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "renewal_application_date"
        ]
      },
      {
        "name": "transfer_application_date",
        "dataType": "TIMESTAMP",
        "examples": [
          "null"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Date of transfer application",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "transfer_application_date"
        ]
      },
      {
        "name": "country",
        "dataType": "TEXT",
        "examples": [
          "Australia"
        ],
        "required": true,
        "isGeometry": false,
        "description": "Country where tenement is located",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "country"
        ]
      },
      {
        "name": "jurisdiction",
        "dataType": "TEXT",
        "examples": [
          "South Australia"
        ],
        "required": true,
        "isGeometry": false,
        "description": "State or territory jurisdiction",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "state",
          "jurisdiction"
        ]
      },
      {
        "name": "source_id",
        "dataType": "TEXT",
        "examples": [
          "sa_ten_ch56b3"
        ],
        "required": true,
        "isGeometry": false,
        "description": "Original source record identifier",
        "isIdentifier": true,
        "sourceFieldPatterns": [
          "_id",
          "objectid",
          "id"
        ]
      },
      {
        "name": "geometry",
        "dataType": "GEOMETRY",
        "examples": [
          "POLYGON"
        ],
        "required": true,
        "isGeometry": true,
        "description": "Spatial boundary of the tenement",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "_geom",
          "geom",
          "geometry",
          "shape"
        ]
      }
    ],
    "confidence": 0.95,
    "description": "A legal mining license or permit area granted by government authorities for mineral exploration or extraction activities",
    "geometryType": "POLYGON"
  }
}
Schema: au_sa_tenements

Harmonize au_sa_tenements → Analyze schema

schema profileau_sa_tenements
9 Feb
Show data
{
  "fields": [
    {
      "name": "_id",
      "type": "string",
      "nullable": false,
      "description": "Unique identifier for each tenement record",
      "sampleValues": [
        "sa_ten_nhsdzj",
        "sa_ten_n7cosk",
        "sa_ten_6p6r7p",
        "sa_ten_vurph5",
        "sa_ten_l093b7"
      ]
    },
    {
      "name": "_geom",
      "type": "geometry",
      "nullable": false,
      "description": "Geometry data in WKT format representing tenement boundaries",
      "sampleValues": [
        "POLYGON((140.151346 -34.465173, ...))",
        "POLYGON((138.751297 -29.481835, ...))",
        "MULTIPOLYGON(((133.868018 -29.865217, ...)))"
      ]
    },
    {
      "name": "area_legal",
      "type": "string",
      "nullable": false,
      "description": "Legal area of the tenement as a string value",
      "sampleValues": [
        "51",
        "167",
        "711",
        "387",
        "14"
      ]
    },
    {
      "name": "area_unit",
      "type": "string",
      "nullable": false,
      "enumValues": [
        "Square Kilometres"
      ],
      "description": "Unit of measurement for the area",
      "sampleValues": [
        "Square Kilometres"
      ]
    },
    {
      "name": "commodities_sought",
      "type": "string",
      "nullable": false,
      "description": "List of commodities/minerals being sought in the tenement",
      "sampleValues": [
        "Ilmenite; Rutile; Zircon",
        "Cobalt, Copper, Gold, Graphite, Iridium, Iron, Lead, Lithium, Osmium, Palladium, Platinum, Rare Earths, Rhodium, Silver, Uranium, Zinc",
        "Gold",
        "Copper, Gold, Iron, Lead, Silver, Tin, Zinc",
        "Graphite"
      ]
    },
    {
      "name": "court_action_pending",
      "type": "string",
      "nullable": true,
      "description": "Indicates if there is any court action pending for the tenement",
      "sampleValues": [
        null
      ]
    },
    {
      "name": "licencees",
      "type": "string",
      "nullable": false,
      "description": "Name of the company or entity holding the licence",
      "sampleValues": [
        "Murray Zircon Pty Ltd",
        "Adavale Minerals Pty Ltd",
        "Marmota Limited",
        "Alliance (Eyre) Pty Ltd",
        "Ausmin Development Pty Ltd"
      ]
    },
    {
      "name": "location",
      "type": "string",
      "nullable": false,
      "description": "Descriptive location of the tenement",
      "sampleValues": [
        "Woolpunda area approximately 160km northeast of Adelaide",
        "Lake Arthur area approximately 65km east of Marree",
        "Irria Outstation area approximately 110km southwest of Coober Pedy"
      ]
    },
    {
      "name": "name",
      "type": "string",
      "nullable": true,
      "description": "Optional name for the tenement",
      "sampleValues": [
        null
      ]
    },
    {
      "name": "objectid",
      "type": "string",
      "nullable": false,
      "description": "Object identifier as string",
      "sampleValues": [
        "325",
        "31",
        "883",
        "439",
        "835"
      ]
    },
    {
      "name": "operators",
      "type": "string",
      "nullable": true,
      "description": "Name of the operating company if different from licencee",
      "sampleValues": [
        null
      ]
    },
    {
      "name": "prior_tenement",
      "type": "string",
      "nullable": true,
      "description": "Reference to any prior tenement",
      "sampleValues": [
        null
      ]
    },
    {
      "name": "renewal_application_date",
      "type": "date",
      "nullable": true,
      "description": "Date when renewal application was submitted",
      "sampleValues": [
        null
      ]
    },
    {
      "name": "shape_area",
      "type": "string",
      "nullable": false,
      "description": "Calculated area of the shape as string",
      "sampleValues": [
        "0.0050030205663166155",
        "0.01555545756158812",
        "0.06638856744444352",
        "0.03722074234153595",
        "0.001381909962028719"
      ]
    },
    {
      "name": "shape_leng",
      "type": "string",
      "nullable": true,
      "description": "Shape length measurement (deprecated field)",
      "sampleValues": [
        null
      ]
    },
    {
      "name": "shape_length",
      "type": "string",
      "nullable": false,
      "description": "Calculated perimeter length of the shape as string",
      "sampleValues": [
        "0.3666331290051471",
        "0.6999977990270094",
        "2.4333234131333126",
        "0.8666507600819344",
        "0.19850632319627598"
      ]
    },
    {
      "name": "subsequent_tenement",
      "type": "string",
      "nullable": true,
      "description": "Reference to any subsequent tenement",
      "sampleValues": [
        null
      ]
    },
    {
      "name": "tenement_expiry_date",
      "type": "date",
      "pattern": "YYYY-MM-DDTHH:MM:SSZ",
      "nullable": false,
      "description": "Date when the tenement expires",
      "sampleValues": [
        "2028-07-03T02:30:00Z",
        "2027-08-28T02:30:00Z",
        "2028-06-28T02:30:00Z",
        "2029-06-30T02:30:00Z",
        "2028-10-25T01:30:00Z"
      ]
    },
    {
      "name": "tenement_label",
      "type": "string",
      "nullable": false,
      "description": "Human-readable label for the tenement combining type and number",
      "sampleValues": [
        "EL 6146",
        "EL 5893",
        "EL 6002",
        "EL 6188",
        "EL 6032"
      ]
    },
    {
      "name": "tenement_number",
      "type": "string",
      "nullable": false,
      "description": "Numeric identifier for the tenement as string",
      "sampleValues": [
        "6146",
        "5893",
        "6002",
        "6188",
        "6032"
      ]
    },
    {
      "name": "tenement_start_date",
      "type": "date",
      "pattern": "YYYY-MM-DDTHH:MM:SSZ",
      "nullable": false,
      "description": "Date when the tenement became active",
      "sampleValues": [
        "2017-07-04T02:30:00Z",
        "2016-08-29T02:30:00Z",
        "2017-06-29T02:30:00Z",
        "2018-07-01T02:30:00Z",
        "2017-10-26T01:30:00Z"
      ]
    },
    {
      "name": "tenement_status",
      "type": "string",
      "nullable": false,
      "enumValues": [
        "Active"
      ],
      "description": "Current status of the tenement",
      "sampleValues": [
        "Active"
      ]
    },
    {
      "name": "tenement_surrender_date",
      "type": "date",
      "nullable": true,
      "description": "Date when tenement was surrendered if applicable",
      "sampleValues": [
        null
      ]
    },
    {
      "name": "tenement_type",
      "type": "string",
      "nullable": false,
      "enumValues": [
        "EL"
      ],
      "description": "Type of tenement licence",
      "sampleValues": [
        "EL"
      ]
    },
    {
      "name": "time_slice",
      "type": "string",
      "nullable": true,
      "description": "Time slice information for temporal data",
      "sampleValues": [
        null
      ]
    },
    {
      "name": "transfer_application_date",
      "type": "date",
      "nullable": true,
      "description": "Date when transfer application was submitted",
      "sampleValues": [
        null
      ]
    },
    {
      "name": "_mirrored_at",
      "type": "date",
      "pattern": "YYYY-MM-DD HH:MM:SS.ssssss+TZ",
      "nullable": false,
      "description": "Timestamp when the record was last mirrored/synchronized",
      "sampleValues": [
        "2026-02-09 19:01:53.265078+00"
      ]
    },
    {
      "name": "geom",
      "type": "geometry",
      "nullable": false,
      "description": "Binary geometry data in hexadecimal format (PostGIS format)",
      "sampleValues": [
        "0103000020E610000001000000050000002C0C91D3D7846140B9FDF2C98A3B41C0..."
      ]
    }
  ],
  "semantics": {
    "idFields": [
      "_id",
      "objectid",
      "tenement_number"
    ],
    "nameFields": [
      "name",
      "tenement_label",
      "licencees",
      "operators"
    ],
    "primaryKey": "_id",
    "statusFields": [
      "tenement_status",
      "court_action_pending"
    ],
    "fieldMeanings": {
      "_id": "Primary identifier",
      "geom": "Binary geometry data",
      "name": "Tenement name",
      "_geom": "Geometry boundary (WKT)",
      "location": "Descriptive location",
      "objectid": "Object identifier",
      "area_unit": "Area unit of measurement",
      "licencees": "Licence holder name",
      "operators": "Operating company",
      "area_legal": "Legal area measurement",
      "shape_area": "Calculated area",
      "shape_leng": "Deprecated length field",
      "time_slice": "Temporal slice",
      "_mirrored_at": "Data synchronization timestamp",
      "shape_length": "Calculated perimeter",
      "tenement_type": "Licence type",
      "prior_tenement": "Previous tenement reference",
      "tenement_label": "Display label",
      "tenement_number": "Tenement number",
      "tenement_status": "Current status",
      "commodities_sought": "Target minerals/commodities",
      "subsequent_tenement": "Next tenement reference",
      "tenement_start_date": "Start date",
      "court_action_pending": "Legal status indicator",
      "tenement_expiry_date": "Expiry date",
      "tenement_surrender_date": "Surrender date",
      "renewal_application_date": "Renewal application date",
      "transfer_application_date": "Transfer application date"
    },
    "relationships": [
      {
        "field": "tenement_label",
        "relatedTo": "tenement_type",
        "relationshipType": "composed_of"
      },
      {
        "field": "tenement_label",
        "relatedTo": "tenement_number",
        "relationshipType": "composed_of"
      },
      {
        "field": "prior_tenement",
        "relatedTo": "_id",
        "relationshipType": "references"
      },
      {
        "field": "subsequent_tenement",
        "relatedTo": "_id",
        "relationshipType": "references"
      },
      {
        "field": "_geom",
        "relatedTo": "geom",
        "relationshipType": "alternative_format"
      },
      {
        "field": "area_legal",
        "relatedTo": "area_unit",
        "relationshipType": "measured_in"
      }
    ],
    "geometryFields": [
      "_geom",
      "geom"
    ],
    "commodityFields": [
      "commodities_sought"
    ]
  },
  "confidence": 0.95,
  "entityType": "tenement",
  "recordCount": 100
}
Ontology: tenement

Harmonize au_sa_tenements → Derive ontology

ontology derivedau_sa_tenements
9 FebConfidence: 95%
Show data
{
  "domain": "tenements",
  "qualityNotes": [
    "Most tenements have null values for the 'name' field - tenements are typically identified by their permit numbers rather than names",
    "Area measurements appear in multiple fields (area_legal, shape_area) with different precision - area_legal appears to be the official legal area",
    "Some commodity fields use semicolons as separators while others use commas - standardization needed",
    "Court action pending field is always null in sample data",
    "Geometry data is provided in both _geom (WKT) and geom (WKB) formats",
    "Date fields include timezone information (mostly +00 UTC)",
    "Some tenements have complex multipolygon geometries indicating non-contiguous areas",
    "Transfer and renewal application dates are null for all samples, suggesting these are not commonly used fields"
  ],
  "commonPatterns": {
    "dateFields": [
      "tenement_start_date",
      "tenement_expiry_date",
      "tenement_surrender_date",
      "renewal_application_date",
      "transfer_application_date",
      "_mirrored_at"
    ],
    "statusFields": [
      "tenement_status",
      "court_action_pending"
    ],
    "geometryFields": [
      "_geom",
      "geom"
    ],
    "commodityFields": [
      "commodities_sought"
    ],
    "identifierFields": [
      "_id",
      "objectid",
      "tenement_number",
      "tenement_label"
    ],
    "measurementFields": [
      "area_legal",
      "shape_area",
      "shape_length"
    ]
  },
  "alternativeTypes": [],
  "primaryFeatureType": {
    "name": "Mining Tenement",
    "slug": "tenement",
    "reasoning": "This source clearly represents mining tenements (exploration licenses) in South Australia. The data contains all key tenement attributes: permit numbers, types (EL), holders, grant/expiry dates, areas, and polygon geometries defining the licensed boundaries. The tenement_label field contains standard Australian tenement identifiers like 'EL 6095'.",
    "attributes": [
      {
        "name": "permit_id",
        "dataType": "TEXT",
        "examples": [
          "EL 6095",
          "EL 6659",
          "6095"
        ],
        "required": true,
        "isGeometry": false,
        "description": "Unique identifier for the tenement permit",
        "isIdentifier": true,
        "sourceFieldPatterns": [
          "tenement_label",
          "tenement_number",
          "_id"
        ]
      },
      {
        "name": "name",
        "dataType": "TEXT",
        "examples": [
          "null"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Name of the tenement if available",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "name"
        ]
      },
      {
        "name": "type",
        "dataType": "TEXT",
        "examples": [
          "EL"
        ],
        "required": true,
        "enumValues": [
          "EL",
          "ML",
          "MPL",
          "PEL"
        ],
        "isGeometry": false,
        "description": "Type of tenement or permit",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "tenement_type"
        ]
      },
      {
        "name": "status",
        "dataType": "TEXT",
        "examples": [
          "Active"
        ],
        "required": true,
        "enumValues": [
          "Active",
          "Expired",
          "Surrendered",
          "Pending"
        ],
        "isGeometry": false,
        "description": "Current status of the tenement",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "tenement_status"
        ]
      },
      {
        "name": "holder",
        "dataType": "TEXT",
        "examples": [
          "Cartwheel Minerals Pty Ltd",
          "Havilah Resources Limited"
        ],
        "required": true,
        "isGeometry": false,
        "description": "Name of the tenement holder or licensee",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "licencees",
          "holder",
          "licensee"
        ]
      },
      {
        "name": "operator",
        "dataType": "TEXT",
        "examples": [
          "Rodolfo A M Gomez"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Name of the tenement operator if different from holder",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "operators",
          "operator"
        ]
      },
      {
        "name": "grant_date",
        "dataType": "TIMESTAMP",
        "examples": [
          "2017-07-16T02:30:00Z",
          "2021-01-18T01:30:00Z"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Date when the tenement was granted",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "tenement_start_date",
          "grant_date",
          "start_date"
        ]
      },
      {
        "name": "expiry_date",
        "dataType": "TIMESTAMP",
        "examples": [
          "2028-07-15T02:30:00Z",
          "2032-01-17T01:30:00Z"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Date when the tenement expires",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "tenement_expiry_date",
          "expiry_date",
          "end_date"
        ]
      },
      {
        "name": "surrender_date",
        "dataType": "TIMESTAMP",
        "examples": [
          "null"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Date when the tenement was surrendered if applicable",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "tenement_surrender_date",
          "surrender_date"
        ]
      },
      {
        "name": "area_legal",
        "dataType": "FLOAT",
        "examples": [
          "412",
          "958",
          "974"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Legal area of the tenement in square kilometers",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "area_legal",
          "legal_area",
          "area_km2"
        ]
      },
      {
        "name": "area_unit",
        "dataType": "TEXT",
        "examples": [
          "Square Kilometres"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Unit of measurement for the area",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "area_unit",
          "unit"
        ]
      },
      {
        "name": "commodities",
        "dataType": "TEXT",
        "examples": [
          "Copper, Gold, Nickel",
          "All Minerals",
          "Copper; Gold"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Commodities or minerals sought under this tenement",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "commodities_sought",
          "commodities",
          "minerals"
        ]
      },
      {
        "name": "location_description",
        "dataType": "TEXT",
        "examples": [
          "North Lake Gairdner approximately 120km east-southeast of Tarcoola"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Textual description of the tenement location",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "location",
          "location_description",
          "description"
        ]
      },
      {
        "name": "court_action_pending",
        "dataType": "BOOLEAN",
        "examples": [
          "null"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Whether there is court action pending for this tenement",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "court_action_pending"
        ]
      },
      {
        "name": "prior_tenement",
        "dataType": "TEXT",
        "examples": [
          "null"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Reference to any prior tenement",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "prior_tenement",
          "previous_tenement"
        ]
      },
      {
        "name": "subsequent_tenement",
        "dataType": "TEXT",
        "examples": [
          "null"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Reference to any subsequent tenement",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "subsequent_tenement",
          "next_tenement"
        ]
      },
      {
        "name": "renewal_application_date",
        "dataType": "TIMESTAMP",
        "examples": [
          "null"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Date of renewal application if applicable",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "renewal_application_date"
        ]
      },
      {
        "name": "transfer_application_date",
        "dataType": "TIMESTAMP",
        "examples": [
          "null"
        ],
        "required": false,
        "isGeometry": false,
        "description": "Date of transfer application if applicable",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "transfer_application_date"
        ]
      },
      {
        "name": "country",
        "dataType": "TEXT",
        "examples": [
          "Australia"
        ],
        "required": true,
        "isGeometry": false,
        "description": "Country where the tenement is located",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "country"
        ]
      },
      {
        "name": "jurisdiction",
        "dataType": "TEXT",
        "examples": [
          "South Australia"
        ],
        "required": true,
        "isGeometry": false,
        "description": "State or territory jurisdiction",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "jurisdiction",
          "state"
        ]
      },
      {
        "name": "source_id",
        "dataType": "TEXT",
        "examples": [
          "789",
          "885",
          "sa_ten_qjzp55"
        ],
        "required": true,
        "isGeometry": false,
        "description": "Original identifier from the source system",
        "isIdentifier": true,
        "sourceFieldPatterns": [
          "objectid",
          "_id",
          "id"
        ]
      },
      {
        "name": "geometry",
        "dataType": "GEOMETRY",
        "examples": [
          "MULTIPOLYGON",
          "POLYGON"
        ],
        "required": true,
        "isGeometry": true,
        "description": "Spatial boundary of the tenement",
        "isIdentifier": false,
        "sourceFieldPatterns": [
          "geom",
          "_geom",
          "geometry",
          "shape"
        ]
      }
    ],
    "confidence": 0.95,
    "description": "A legal mining license or permit area granting rights to explore or extract minerals within defined boundaries",
    "geometryType": "MULTIPOLYGON"
  }
}
Schema: au_sa_tenements

Harmonize au_sa_tenements → Analyze schema

schema profileau_sa_tenements
9 Feb
Show data
{
  "fields": [
    {
      "name": "_id",
      "type": "string",
      "pattern": "sa_ten_[a-z0-9]+",
      "nullable": false,
      "description": "Unique identifier for the tenement record",
      "sampleValues": [
        "sa_ten_e72a4j",
        "sa_ten_yh8i48",
        "sa_ten_8qzkmo"
      ]
    },
    {
      "name": "_geom",
      "type": "geometry",
      "nullable": false,
      "description": "Geometry representation of the tenement boundary in WKT format",
      "sampleValues": [
        "POLYGON((134.984727 -33.581895, ...))",
        "MULTIPOLYGON(((137.601375 -34.215201, ...)))"
      ]
    },
    {
      "name": "area_legal",
      "type": "string",
      "nullable": false,
      "description": "Legal area of the tenement as a string value",
      "sampleValues": [
        "49",
        "724",
        "85",
        "385",
        "704"
      ]
    },
    {
      "name": "area_unit",
      "type": "string",
      "nullable": false,
      "enumValues": [
        "Square Kilometres"
      ],
      "description": "Unit of measurement for the area",
      "sampleValues": [
        "Square Kilometres"
      ]
    },
    {
      "name": "commodities_sought",
      "type": "string",
      "nullable": false,
      "description": "Commodities or minerals being sought in the tenement",
      "sampleValues": [
        "Iron Ore",
        "Copper, Gold, Nickel, Palladium, Platinum",
        "Base Metals, Cobalt, Copper, Gold, Nickel, Rare Earths, Uranium"
      ]
    },
    {
      "name": "court_action_pending",
      "type": "string",
      "nullable": true,
      "description": "Indicates if there is pending court action",
      "sampleValues": [
        null
      ]
    },
    {
      "name": "licencees",
      "type": "string",
      "nullable": false,
      "description": "Name of the licence holder(s)",
      "sampleValues": [
        "Dragon Resource Investment Pty Ltd",
        "Iluka (Eucla Basin) Pty Ltd",
        "G4 Metals Pty Ltd"
      ]
    },
    {
      "name": "location",
      "type": "string",
      "nullable": false,
      "description": "Descriptive location of the tenement",
      "sampleValues": [
        "Bramfield area approximately 10km east-northeast of Elliston",
        "Yellabinna area approximately 85km west of Tarcoola"
      ]
    },
    {
      "name": "name",
      "type": "string",
      "nullable": true,
      "description": "Optional name for the tenement",
      "sampleValues": [
        null
      ]
    },
    {
      "name": "objectid",
      "type": "string",
      "nullable": false,
      "description": "Object identifier as string",
      "sampleValues": [
        "457",
        "145",
        "809",
        "198",
        "529"
      ]
    },
    {
      "name": "operators",
      "type": "string",
      "nullable": true,
      "description": "Name of the operator(s) of the tenement",
      "sampleValues": [
        null,
        "Iluka (Eucla Basin) Pty Ltd, Iluka Resources Limited",
        "G4 Metals Pty Ltd"
      ]
    },
    {
      "name": "prior_tenement",
      "type": "string",
      "nullable": true,
      "description": "Reference to any prior tenement",
      "sampleValues": [
        null
      ]
    },
    {
      "name": "renewal_application_date",
      "type": "date",
      "pattern": "ISO 8601 datetime with timezone",
      "nullable": true,
      "description": "Date when renewal application was submitted",
      "sampleValues": [
        null,
        "2025-11-21T01:30:00Z"
      ]
    },
    {
      "name": "shape_area",
      "type": "string",
      "nullable": false,
      "description": "Calculated area of the shape as string",
      "sampleValues": [
        "0.004722202595019282",
        "0.0681476672752709",
        "0.008333244880685466"
      ]
    },
    {
      "name": "shape_leng",
      "type": "string",
      "nullable": true,
      "description": "Shape length measurement",
      "sampleValues": [
        null
      ]
    },
    {
      "name": "shape_length",
      "type": "string",
      "nullable": false,
      "description": "Calculated perimeter length of the shape as string",
      "sampleValues": [
        "0.2999990890227849",
        "1.181708594400804",
        "0.5999962080569248"
      ]
    },
    {
      "name": "subsequent_tenement",
      "type": "string",
      "nullable": true,
      "description": "Reference to any subsequent tenement",
      "sampleValues": [
        null
      ]
    },
    {
      "name": "tenement_expiry_date",
      "type": "date",
      "pattern": "ISO 8601 datetime with timezone",
      "nullable": false,
      "description": "Date when the tenement expires",
      "sampleValues": [
        "2028-11-03T01:30:00Z",
        "2025-11-30T01:30:00Z",
        "2030-06-20T02:30:00Z"
      ]
    },
    {
      "name": "tenement_label",
      "type": "string",
      "pattern": "[A-Z]+ [0-9]+",
      "nullable": false,
      "description": "Human-readable label for the tenement",
      "sampleValues": [
        "EL 6861",
        "EL 6545",
        "EL 6874",
        "EL 6997",
        "EL 6787"
      ]
    },
    {
      "name": "tenement_number",
      "type": "string",
      "nullable": false,
      "description": "Numeric identifier for the tenement",
      "sampleValues": [
        "6861",
        "6545",
        "6874",
        "6997",
        "6787"
      ]
    },
    {
      "name": "tenement_start_date",
      "type": "date",
      "pattern": "ISO 8601 datetime with timezone",
      "nullable": false,
      "description": "Date when the tenement started",
      "sampleValues": [
        "2022-11-04T01:30:00Z",
        "2020-12-01T01:30:00Z",
        "2024-06-21T02:30:00Z"
      ]
    },
    {
      "name": "tenement_status",
      "type": "string",
      "nullable": false,
      "enumValues": [
        "Active"
      ],
      "description": "Current status of the tenement",
      "sampleValues": [
        "Active"
      ]
    },
    {
      "name": "tenement_surrender_date",
      "type": "date",
      "pattern": "ISO 8601 datetime with timezone",
      "nullable": true,
      "description": "Date when the tenement was surrendered",
      "sampleValues": [
        null
      ]
    },
    {
      "name": "tenement_type",
      "type": "string",
      "nullable": false,
      "enumValues": [
        "EL"
      ],
      "description": "Type of tenement",
      "sampleValues": [
        "EL"
      ]
    },
    {
      "name": "time_slice",
      "type": "string",
      "nullable": true,
      "description": "Time slice information",
      "sampleValues": [
        null
      ]
    },
    {
      "name": "transfer_application_date",
      "type": "date",
      "pattern": "ISO 8601 datetime with timezone",
      "nullable": true,
      "description": "Date when transfer application was submitted",
      "sampleValues": [
        null
      ]
    },
    {
      "name": "_mirrored_at",
      "type": "date",
      "pattern": "YYYY-MM-DD HH:MM:SS.ssssss+TZ",
      "nullable": false,
      "description": "Timestamp when the record was mirrored/synchronized",
      "sampleValues": [
        "2026-02-09 19:01:53.265078+00"
      ]
    },
    {
      "name": "geom",
      "type": "geometry",
      "nullable": false,
      "description": "Binary geometry representation in hexadecimal format",
      "sampleValues": [
        "0103000020E610000001000000070000009F8F32E282DF60405C5A0D897BCA40C0..."
      ]
    }
  ],
  "semantics": {
    "idFields": [
      "_id",
      "objectid",
      "tenement_number"
    ],
    "nameFields": [
      "name",
      "tenement_label",
      "location"
    ],
    "primaryKey": "_id",
    "statusFields": [
      "tenement_status",
      "court_action_pending"
    ],
    "fieldMeanings": {
      "_id": "Primary identifier for tenement records",
      "geom": "Binary geometry representation",
      "name": "Optional tenement name",
      "_geom": "Tenement boundary geometry in WKT format",
      "location": "Geographic description",
      "objectid": "Object identifier",
      "area_unit": "Unit of area measurement",
      "licencees": "Licence holder names",
      "operators": "Operating company names",
      "area_legal": "Legal area measurement",
      "shape_area": "Calculated geometric area",
      "shape_leng": "Legacy shape length field",
      "time_slice": "Temporal slice information",
      "_mirrored_at": "Data synchronization timestamp",
      "shape_length": "Calculated perimeter length",
      "tenement_type": "Classification of tenement",
      "prior_tenement": "Previous tenement reference",
      "tenement_label": "Human-readable tenement identifier",
      "tenement_number": "Numeric tenement identifier",
      "tenement_status": "Current operational status",
      "commodities_sought": "Target minerals/commodities",
      "subsequent_tenement": "Following tenement reference",
      "tenement_start_date": "Tenement commencement timestamp",
      "court_action_pending": "Legal status indicator",
      "tenement_expiry_date": "Tenement expiration timestamp",
      "tenement_surrender_date": "Surrender timestamp",
      "renewal_application_date": "Renewal application timestamp",
      "transfer_application_date": "Transfer application timestamp"
    },
    "relationships": [
      {
        "field": "tenement_number",
        "relatedTo": "tenement_label",
        "relationshipType": "component_of"
      },
      {
        "field": "prior_tenement",
        "relatedTo": "tenement_number",
        "relationshipType": "references"
      },
      {
        "field": "subsequent_tenement",
        "relatedTo": "tenement_number",
        "relationshipType": "references"
      },
      {
        "field": "_geom",
        "relatedTo": "geom",
        "relationshipType": "alternative_format"
      },
      {
        "field": "shape_area",
        "relatedTo": "area_legal",
        "relationshipType": "calculated_from"
      }
    ],
    "geometryFields": [
      "_geom",
      "geom"
    ],
    "commodityFields": [
      "commodities_sought"
    ]
  },
  "confidence": 0.95,
  "entityType": "tenement",
  "recordCount": 100
}