AtlasOfLivingAustralia / biocache-service

Occurrence & mapping webservices
https://biocache-ws.ala.org.au/ws/
Other
9 stars 26 forks source link

Regression: samplingProtocol field is not populated in Full Darwin Core downloads #317

Closed ansell closed 2 years ago

ansell commented 6 years ago

The Darwin Core Term samplingProtocol field is included in the list of fields for Full Darwin Core downloads but its values are not being added to the downloads.

djtfmartin commented 5 years ago

Tested on Thu Nov 15, and sampling protocol is included.

javier-molina commented 5 years ago

This is related to FD issue https://support.ehelp.edu.au/a/tickets/22807

ansell commented 5 years ago

@djtfmartin

The Darwin Core Term samplingProtocol field is included in the list of fields for Full Darwin Core downloads but its values are not being added to the downloads.

See this download for an example of a search that has values for samplingProtocol in the biocache UI but has no values for samplingProtocol in the download:

https://doi.org/10.26197/5c2e8bcd00c70

ansell commented 5 years ago

For example, this record has a value next to Sampling Protocol (Mist net), but does not have a value in the column for samplingProtocol if downloaded:

https://biocache.ala.org.au/occurrences/d2f6facc-c346-40d4-889d-a58066838ffc

https://doi.org/10.26197/5c3c009277e61

ansell commented 5 years ago

The field name definitions for samplingProtocol/sampling_protocol are present in https://biocache-ws.ala.org.au/ws/index/fields

  {
    "name": "sampling_protocol",
    "dataType": "string",
    "indexed": true,
    "stored": true,
    "multivalue": false,
    "description": "The name of, reference to, or description of the method or protocol used during an Event.",
    "info": "http://rs.tdwg.org/dwc/terms/samplingProtocol",
    "dwcTerm": "samplingProtocol",
    "downloadName": "sampling_protocol",
    "classs": "Event"
  }
ansell commented 5 years ago

Running biocache process-single "d2f6facc-c346-40d4-889d-a58066838ffc"

shows the following with null as the processed value for samplingProtocol with no errors shown during processing:

{
  "rowKey" : "d2f6facc-c346-40d4-889d-a58066838ffc",
  "occurrence" : {
    "occurrenceID" : null,
    "accessRights" : null,
    "associatedMedia" : null,
    "associatedOccurrences" : null,
    "associatedReferences" : null,
    "associatedSequences" : null,
    "associatedTaxa" : null,
    "basisOfRecord" : "PreservedSpecimen",
    "behavior" : null,
    "bibliographicCitation" : null,
    "catalogNumber" : null,
    "collectionCode" : null,
    "collectionID" : null,
    "dataGeneralizations" : null,
    "datasetID" : null,
    "datasetName" : null,
    "disposition" : null,
    "dynamicProperties" : null,
    "establishmentMeans" : null,
    "fieldNotes" : null,
    "fieldNumber" : null,
    "identifier" : null,
    "individualCount" : null,
    "individualID" : null,
    "informationWithheld" : null,
    "institutionCode" : null,
    "institutionID" : null,
    "language" : null,
    "license" : null,
    "lifeStage" : null,
    "modified" : null,
    "occurrenceAttributes" : null,
    "occurrenceDetails" : null,
    "occurrenceRemarks" : null,
    "occurrenceStatus" : "present",
    "organismQuantity" : null,
    "organismQuantityType" : null,
    "otherCatalogNumbers" : null,
    "ownerInstitutionCode" : null,
    "preparations" : null,
    "previousIdentifications" : null,
    "recordedBy" : null,
    "recordNumber" : null,
    "relatedResourceID" : null,
    "relationshipAccordingTo" : null,
    "relationshipEstablishedDate" : null,
    "relationshipOfResource" : null,
    "relationshipRemarks" : null,
    "reproductiveCondition" : null,
    "resourceID" : null,
    "resourceRelationshipID" : null,
    "rights" : null,
    "rightsholder" : null,
    "samplingProtocol" : null,
    "samplingEffort" : null,
    "sex" : null,
    "source" : null,
    "userId" : null,
    "collectorFieldNumber" : null,
    "cultivated" : null,
    "duplicates" : null,
    "duplicatesOriginalInstitutionID" : null,
    "duplicatesOriginalUnitID" : null,
    "loanIdentifier" : null,
    "loanSequenceNumber" : null,
    "loanDestination" : null,
    "loanForBotanist" : null,
    "loanDate" : null,
    "loanReturnDate" : null,
    "phenology" : null,
    "preferredFlag" : null,
    "secondaryCollectors" : null,
    "naturalOccurrence" : null,
    "validDistribution" : null,
    "images" : null,
    "sounds" : null,
    "videos" : null,
    "interactions" : null,
    "duplicationStatus" : null,
    "duplicationType" : null,
    "countryConservation" : null,
    "stateConservation" : null,
    "globalConservation" : null,
    "originalSensitiveValues" : null,
    "outlierForLayers" : null,
    "photographer" : null,
    "propertyNames" : {
      "empty" : false,
      "traversableAgain" : true
    }
  },
  "classification" : {
    "scientificName" : "Sericornis (Sericornis) frontalis",
    "scientificNameAuthorship" : null,
    "scientificNameID" : null,
    "taxonConceptID" : "urn:lsid:biodiversity.org.au:afd.taxon:8d1ecf5e-a5f8-4213-a4f0-de6ab3b3ba1c",
    "taxonID" : null,
    "kingdom" : "Animalia",
    "phylum" : "Chordata",
    "classs" : "Aves",
    "order" : "Passeriformes",
    "superfamily" : null,
    "family" : "Acanthizidae",
    "subfamily" : null,
    "genus" : "Sericornis",
    "subgenus" : null,
    "species" : "Sericornis frontalis",
    "specificEpithet" : null,
    "subspecies" : null,
    "infraspecificEpithet" : null,
    "infraspecificMarker" : null,
    "cultivarName" : null,
    "higherClassification" : null,
    "parentNameUsage" : null,
    "parentNameUsageID" : null,
    "acceptedNameUsage" : null,
    "acceptedNameUsageID" : null,
    "originalNameUsage" : null,
    "originalNameUsageID" : null,
    "taxonRank" : "species",
    "taxonomicStatus" : null,
    "taxonRemarks" : null,
    "verbatimTaxonRank" : null,
    "vernacularName" : "White-browed Scrubwren",
    "nameAccordingTo" : null,
    "nameAccordingToID" : null,
    "namePublishedIn" : null,
    "namePublishedInYear" : null,
    "namePublishedInID" : null,
    "nomenclaturalCode" : null,
    "nomenclaturalStatus" : null,
    "scientificNameWithoutAuthor" : null,
    "scientificNameAddendum" : null,
    "taxonRankID" : "7000",
    "kingdomID" : "urn:lsid:biodiversity.org.au:afd.taxon:4647863b-760d-4b59-aaa1-502c8cdf8d3c",
    "phylumID" : "urn:lsid:biodiversity.org.au:afd.taxon:065f1da4-53cd-40b8-a396-80fa5c74dedd",
    "classID" : "urn:lsid:biodiversity.org.au:afd.taxon:5ed80139-31bb-48a8-9f57-42d8015dacbb",
    "orderID" : "urn:lsid:biodiversity.org.au:afd.taxon:2c145e9e-fe7b-432d-ac8d-ec18ca81f741",
    "familyID" : "urn:lsid:biodiversity.org.au:afd.taxon:d9d1a2f2-6e5c-429c-a1d4-8aea3c5f914f",
    "genusID" : "urn:lsid:biodiversity.org.au:afd.taxon:7e271e20-09a4-46b1-bdbb-bc64642996d1",
    "subgenusID" : null,
    "speciesID" : "urn:lsid:biodiversity.org.au:afd.taxon:8d1ecf5e-a5f8-4213-a4f0-de6ab3b3ba1c",
    "subspeciesID" : null,
    "left" : "77696",
    "right" : "77718",
    "speciesHabitats" : [ "Terrestrial" ],
    "speciesGroups" : null,
    "nameMatchMetric" : "canonicalMatch",
    "taxonomicIssue" : [ "noIssue" ],
    "nameParseType" : "wellformed",
    "propertyNames" : {
      "empty" : false,
      "traversableAgain" : true
    }
  },
  "location" : {
    "uuid" : null,
    "continent" : null,
    "coordinatePrecision" : null,
    "coordinateUncertaintyInMeters" : "100.0",
    "country" : "Australia",
    "countryCode" : null,
    "county" : null,
    "decimalLatitude" : "-31.75120",
    "decimalLongitude" : "150.03249",
    "footprintSpatialFit" : null,
    "footprintWKT" : null,
    "footprintSRS" : null,
    "geodeticDatum" : "EPSG:4326",
    "georeferencedBy" : null,
    "georeferencedDate" : null,
    "georeferenceProtocol" : null,
    "georeferenceRemarks" : null,
    "georeferenceSources" : null,
    "georeferenceVerificationStatus" : null,
    "habitat" : null,
    "biome" : "Terrestrial",
    "higherGeography" : null,
    "higherGeographyID" : null,
    "island" : null,
    "islandGroup" : null,
    "locality" : null,
    "locationAccordingTo" : null,
    "locationAttributes" : null,
    "locationID" : null,
    "locationRemarks" : null,
    "maximumDepthInMeters" : null,
    "maximumDistanceAboveSurfaceInMeters" : null,
    "maximumElevationInMeters" : null,
    "minimumDepthInMeters" : null,
    "minimumDistanceAboveSurfaceInMeters" : null,
    "minimumElevationInMeters" : null,
    "municipality" : null,
    "pointRadiusSpatialFit" : null,
    "stateProvince" : "New South Wales",
    "verbatimCoordinates" : null,
    "verbatimCoordinateSystem" : null,
    "verbatimDepth" : null,
    "verbatimElevation" : null,
    "verbatimLatitude" : null,
    "verbatimLocality" : null,
    "verbatimLongitude" : null,
    "verbatimSRS" : null,
    "waterBody" : null,
    "lga" : "Warrumbungle Shire (A)",
    "generalisedLocality" : null,
    "nearNamedPlaceRelationTo" : null,
    "australianHerbariumRegion" : null,
    "distanceOutsideExpertRange" : null,
    "easting" : null,
    "northing" : null,
    "zone" : null,
    "gridReference" : null,
    "bbox" : null,
    "originalDecimalLatitude" : null,
    "originalDecimalLongitude" : null,
    "originalLocality" : null,
    "originalLocationRemarks" : null,
    "originalVerbatimLatitude" : null,
    "originalVerbatimLongitude" : null,
    "propertyNames" : {
      "empty" : false,
      "traversableAgain" : true
    },
    "marine" : false,
    "terrestrial" : false
  },
  "event" : {
    "day" : "01",
    "endDayOfYear" : null,
    "eventAttributes" : null,
    "eventDate" : "2018-05-01",
    "eventDateEnd" : null,
    "eventID" : null,
    "eventRemarks" : null,
    "eventTime" : null,
    "verbatimEventDate" : null,
    "year" : "2018",
    "month" : "05",
    "startDayOfYear" : null,
    "startYear" : null,
    "endYear" : null,
    "datePrecision" : "Day",
    "propertyNames" : {
      "empty" : false,
      "traversableAgain" : true
    }
  },
  "attribution" : {
    "dataProviderUid" : "dp20",
    "dataProviderName" : "OZCAM (Online Zoological Collections of Australian Museums) Provider",
    "dataResourceUid" : null,
    "dataResourceName" : "Australian Museum provider for OZCAM",
    "collectionUid" : "co11",
    "institutionUid" : "in4",
    "dataHubUid" : [ "dh1" ],
    "dataHubName" : null,
    "institutionName" : "Australian Museum",
    "collectionName" : "Australian Museum Ornithology Collection",
    "citation" : null,
    "provenance" : "Published dataset",
    "license" : "CC-BY",
    "propertyNames" : {
      "empty" : false,
      "traversableAgain" : true
    }
  },
  "identification" : {
    "dateIdentified" : null,
    "identificationAttributes" : null,
    "identificationID" : null,
    "identificationQualifier" : "Not provided",
    "identificationReferences" : null,
    "identificationRemarks" : null,
    "identificationVerificationStatus" : null,
    "identifiedBy" : null,
    "identifierRole" : null,
    "typeStatus" : null,
    "abcdTypeStatus" : null,
    "typeStatusQualifier" : null,
    "typifiedName" : null,
    "verbatimDateIdentified" : null,
    "verifier" : null,
    "verificationDate" : null,
    "verificationNotes" : null,
    "abcdIdentificationQualifier" : "Not provided",
    "abcdIdentificationQualifierInsertionPoint" : null,
    "propertyNames" : {
      "empty" : false,
      "traversableAgain" : true
    }
  },
  "measurement" : {
    "measurementAccuracy" : null,
    "measurementDeterminedBy" : null,
    "measurementDeterminedDate" : null,
    "measurementID" : null,
    "measurementMethod" : null,
    "measurementRemarks" : null,
    "measurementType" : null,
    "measurementUnit" : null,
    "measurementValue" : null,
    "propertyNames" : {
      "empty" : false,
      "traversableAgain" : true
    }
  },
  "assertions" : [ "missingTaxonRank", "firstOfMonth", "geodeticDatumAssumedWgs84", "missingGeorefencedBy", "missingGeoreferenceProtocol", "missingGeoreferenceSources", "missingGeoreferenceVerificationStatus", "missingGeoreferenceDate", "missingIdentificationQualifier", "missingIdentifiedBy", "missingIdentificationReferences", "missingDateIdentified", "assumedPresentOccurrenceStatus" ],
  "el" : {
    "el652" : 28.599602,
    "el663" : 4.0,
    "el745" : 1.2751364,
    "el734" : 0.04136023,
    "el683" : 0.0,
    "el1078" : 0.7137,
    "el735" : 0.12235439,
    "el2119" : -0.0,
    "el868" : 0.46,
    "el1014" : 51.64066,
    "el857" : 128.39838,
    "el707" : 12.15,
    "el826" : 7.663828,
    "el723" : -1.5,
    "el713" : 66.41487,
    "el793" : 124.0,
    "el869" : 10.6,
    "el753" : -4.6900024,
    "el787" : 271.0,
    "el595" : 44.0,
    "el675" : 1000.0,
    "el1013" : 77.5934,
    "el999" : 0.8621489,
    "el765" : 0.33361334,
    "el949" : 1.2,
    "el738" : 0.19220783,
    "el884" : 1.0,
    "el779" : 0.43279222,
    "el895" : 0.35,
    "el1020" : 73.1025,
    "el831" : 37034.09,
    "el815" : 0.0,
    "el776" : -5.5645123,
    "el858" : 1.9,
    "el750" : 1.3274817,
    "el1034" : 0.4600984,
    "el808" : 44.85,
    "el1040" : 11.854175,
    "el1031" : 0.0,
    "el1002" : 54.13,
    "el790" : 47.0,
    "el727" : 0.0,
    "el746" : 71.39213,
    "el1003" : 149.55542,
    "el768" : 24.8,
    "el1018" : 24.77,
    "el837" : 422.1844,
    "el767" : 237.39006,
    "el1029" : 3.4899902,
    "el742" : 83.074646,
    "el671" : 11.0,
    "el761" : 12.788341,
    "el807" : 1.6517625,
    "el772" : 0.27435315,
    "el2122" : 107.22222,
    "el887" : 32.0,
    "el1024" : 83.71782,
    "el1055" : 0.01365997,
    "el754" : -0.8633436,
    "el873" : 0.94,
    "el794" : 19.0,
    "el854" : 176.70915,
    "el649" : 22.500673,
    "el1007" : 28.2,
    "el860" : 150.95293,
    "el756" : 4.01001,
    "el1035" : 1.4625446,
    "el861" : 12.2,
    "el820" : 0.084852815,
    "el2017" : 116638.586,
    "el996" : 0.60139346,
    "el731" : 0.23,
    "el1025" : 1.2419355,
    "el843" : 2.0,
    "el1036" : 0.04467268,
    "el879" : 27.1,
    "el1044" : 0.0,
    "el1074" : 33.0,
    "el660" : 2253746.0,
    "el865" : 0.99,
    "el757" : 0.36034566,
    "el1081" : 4.0,
    "el850" : 3.35,
    "el717" : -1.1207647,
    "el720" : 40.332077,
    "el599" : 37.0,
    "el797" : 313.0,
    "el783" : 5234.0,
    "el830" : 0.55172455,
    "el811" : 30.69041,
    "el594" : 170.0,
    "el880" : 24.7,
    "el751" : 0.04,
    "el891" : 0.72,
    "el851" : 3.7,
    "el1017" : 17.485834,
    "el711" : 87.0,
    "el2043" : 0.3689,
    "el845" : 0.0,
    "el1006" : 20.3,
    "el998" : 0.07,
    "el2042" : 0.5131,
    "el788" : 984.0,
    "el885" : 32.0,
    "el856" : 2.8,
    "el708" : 79.875626,
    "el816" : 1.0,
    "el676" : 15.0,
    "el867" : 0.9,
    "el714" : 111.547806,
    "el827" : 37.11646,
    "el849" : 2.5083334,
    "el1072" : 0.0,
    "el1077" : 0.024,
    "el889" : 208.0,
    "el822" : 166.3561,
    "el862" : 26.2,
    "el682" : 5.0,
    "el721" : 54.49146,
    "el659" : 825995.0,
    "el992" : -173.55,
    "el878" : 285.0,
    "el1056" : 0.014876227,
    "el672" : 2305.0,
    "el819" : 2.083387,
    "el732" : 0.7083262,
    "el718" : 1.2165526,
    "el726" : 53.0,
    "el833" : 12.0,
    "el1045" : -1.2388296,
    "el1073" : 67.0,
    "el997" : 0.31573552,
    "el2016" : 116638.586,
    "el737" : 5.495,
    "el648" : 31.598928,
    "el778" : 0.3257125,
    "el749" : 60.3158,
    "el598" : 735.0,
    "el748" : 30.025196,
    "el789" : 264.0,
    "el2126" : 0.0,
    "el762" : 10.480011,
    "el1028" : -3.3200073,
    "el890" : 19.5,
    "el773" : 0.0,
    "el642" : 21.200848,
    "el1039" : 9.339996,
    "el1041" : 13.929993,
    "el798" : 121.0,
    "el784" : 190.0,
    "el743" : 91.3806,
    "el874" : 13.0,
    "el840" : 0.6594791,
    "el653" : 4.699576,
    "el591" : 6439354.0,
    "el866" : 28.0,
    "el1032" : 0.0,
    "el892" : 1.8,
    "el1016" : 9.19,
    "el852" : 3.0,
    "el1021" : 118.58,
    "el1000" : 0.5737851,
    "el710" : -0.27096453,
    "el1005" : 11.55,
    "el729" : 25.99,
    "el812" : 138.0,
    "el785" : 128.0,
    "el1011" : 8.445833,
    "el763" : 20.864407,
    "el661" : 31.0,
    "el844" : 0.8898141,
    "el817" : 13.28663,
    "el870" : 18.5,
    "el828" : 3699.2822,
    "el855" : 1.9,
    "el715" : 0.6762223,
    "el755" : 0.6054607,
    "el1047" : -0.40488943,
    "el795" : 56.0,
    "el597" : 2179.0,
    "el650" : 7.3001,
    "el886" : 295.0,
    "el670" : 898.0,
    "el848" : 1043.0,
    "el774" : 18.283333,
    "el806" : 1.2588967,
    "el993" : -76.45292,
    "el888" : 11.6,
    "el863" : 229.0,
    "el759" : 3.5599976,
    "el875" : 10.5,
    "el719" : 1.5173155,
    "el838" : 8.0,
    "el823" : 100.0,
    "el643" : 16.40319,
    "el766" : 0.21525775,
    "el799" : 65.0,
    "el740" : -61.483868,
    "el777" : 0.0,
    "el654" : 68.59903,
    "el957" : 402.04166,
    "el1038" : 26.279999,
    "el669" : 52.0,
    "el1046" : -1.5,
    "el752" : 37.0,
    "el647" : 6.822317,
    "el2044" : 2.8924,
    "el1009" : 0.28,
    "el722" : 0.06,
    "el658" : 157.0,
    "el673" : 78.0,
    "el744" : 60.3158,
    "el2018" : 4.51738,
    "el665" : 4.953737,
    "el733" : 0.7083262,
    "el1027" : 2.980011,
    "el834" : 0.0,
    "el841" : 4.542723,
    "el1010" : 1.92,
    "el1042" : 124.41298,
    "el881" : 17.3,
    "el775" : 17.723362,
    "el824" : -76.0,
    "el728" : 80.26659,
    "el769" : 9.86,
    "el1079" : 0.3787,
    "el1043" : 47.995277,
    "el1033" : 0.0,
    "el864" : 0.46,
    "el651" : 43.099125,
    "el791" : 64.0,
    "el646" : 45.500824,
    "el832" : -276.1986,
    "el593" : 41.0,
    "el747" : 127.898735,
    "el770" : 9.2,
    "el1030" : -4.7299805,
    "el948" : 4.6960664,
    "el764" : 0.054004,
    "el829" : 0.0,
    "el1022" : 60.470867,
    "el730" : -0.93,
    "el1004" : 253.63,
    "el667" : 9.0,
    "el871" : 8.9,
    "el600" : 32.0,
    "el786" : 222.0,
    "el741" : -9.03136,
    "el872" : 13.0,
    "el602" : 207.0,
    "el680" : 262.0,
    "el1012" : 14.84,
    "el725" : 26.180359,
    "el1001" : 0.31573552,
    "el781" : -7.0,
    "el706" : 35.673225,
    "el739" : 14.779999,
    "el818" : 13.5,
    "el994" : 10.100002,
    "el898" : 31.506172,
    "el736" : 0.887507,
    "el813" : 1.0,
    "el596" : 190.0,
    "el662" : 38000.0,
    "el877" : 23.7,
    "el893" : 973.0,
    "el809" : 1.3404441,
    "el1015" : 28.416197,
    "el853" : 3.7,
    "el835" : 21.9,
    "el2121" : 81.0,
    "el859" : 3.2666667,
    "el782" : 214.0,
    "el644" : 23.198355,
    "el796" : 313.0,
    "el1008" : 0.1,
    "el758" : 0.03808156,
    "el836" : 2.301666,
    "el1080" : 84.0,
    "el995" : 1.1865879,
    "el876" : 6.4,
    "el899" : 3.654321,
    "el681" : 2.0,
    "el821" : 72.01961,
    "el842" : 19.0,
    "el894" : 23.0,
    "el814" : 58.96244,
    "el1019" : 50.56,
    "el1023" : 71.81365,
    "el668" : 19467.0,
    "el882" : 18.0,
    "el601" : 248.0,
    "el674" : 1085.0,
    "el666" : 144.0,
    "el716" : -4.23999,
    "el712" : -158.19357,
    "el771" : 0.33361334,
    "el724" : 0.0,
    "el951" : 105.0,
    "el792" : 190.0,
    "el1037" : 1.0448933,
    "el810" : 0.084852815,
    "el950" : 52.0,
    "el656" : 988.4476,
    "el709" : 0.0,
    "el883" : 0.44,
    "el586" : 0.0,
    "el655" : -2.9986289,
    "el839" : 0.0,
    "el760" : 32.9319,
    "el1026" : -1.1196746,
    "el645" : 0.80019945,
    "el825" : 4.542723
  },
  "cl" : {
    "cl10847" : "Gomeroi/Kamilaroi, Ngemba, Ngiyampaa, Wailwan, Wiradjuri",
    "cl612" : "Fallow 3-9 months",
    "cl23" : "Warrumbungle Shire",
    "cl12079" : "National Park",
    "cl927" : "New South Wales (including Coastal Waters)",
    "cl10902" : "Eucalypt Medium Open",
    "cl2020" : "Surat Region",
    "cl988" : "Manning-Hawkesbury",
    "cl10874" : "PARKES",
    "cl10833" : "Liverpool Ranges Basalt (GS22)",
    "cl958" : "Parkes",
    "cl1085" : "Temperate: no dry season (warm summer)",
    "cl12081" : "National Park",
    "cl3004" : "upland",
    "cl1918" : "Primarily Vegetated Natural & Semi-Natural Terrestrial Vegetation Woody Trees Closed",
    "cl605" : "1-2 cultivations",
    "cl2083" : "Eastern Australia Rivers & Streams",
    "cl1057" : "MACQUARIE-BOGAN RIVERS",
    "cl1063" : "GER Hunter Valley",
    "cl923" : "Czwl",
    "cl1052" : "Eastern Coastal Australia",
    "cl678" : "Nature conservation",
    "cl20" : "Brigalow Belt South",
    "cl1050b" : "National Park",
    "cl12021" : "Macquarie Uplands Province",
    "cl932" : "Australia",
    "cl613" : "6. Local knowledge",
    "cl10903" : "Nature Conservation Reserve",
    "cl1049" : "Liverpool Range",
    "cl2081" : "Coolah Tops",
    "cl2076" : "Unclassified",
    "cl619" : "Modified",
    "cl2021" : "Merriwa Plateau",
    "cl10835" : "GW17",
    "cl1068" : "GER National Corridor",
    "cl614" : "Stubble ploughed in",
    "cl2113" : "Upland",
    "cl3003" : "MACQUARIE",
    "cl2086" : "Wild woodlands",
    "cl2125" : "Unclassified native vegetation",
    "cl2079" : "Coolah Tops",
    "cl10872" : "LEGISLATIVE COUNCIL",
    "cl604" : "Fallow 3-9 months",
    "cl2013" : "New South Wales",
    "cl1048" : "Brigalow Belt South",
    "cl620" : "Unknown/no data",
    "cl1053" : "Brigalow Tropical Savanna",
    "cl2022" : "Macquarie Uplands Province",
    "cl2052" : "Most plant growth in summer, although summers are moisture limiting. Temperature limits growth in winter",
    "cl1050" : "Coolah Tops",
    "cl10900" : "Non-Indigenous, Native forest",
    "cl10834" : "SW11",
    "cl2124" : "Unclassified native vegetation",
    "cl1076a" : "Woody savannas",
    "cl2111" : "Central West",
    "cl2045" : "GER Standard Boundary",
    "cl618" : "Native forests and woodlands",
    "cl1059" : "DARLING RIVER",
    "cl914" : "Liverpool Range",
    "cl22" : "New South Wales",
    "cl611" : "1-2 cultivations",
    "cl987" : "Warrumbungle Shire (A)",
    "cl2012" : "Central West",
    "cl2110" : "Murray-Darling Basin Boundary",
    "cl1058" : "Murray-Darling Basin",
    "cl959" : "Warrumbungle Shire (A)",
    "cl617" : "Eucalypt open forests",
    "cl2049" : "GER Great Eastern Ranges Initiative",
    "cl10832" : "SS20",
    "cl606" : "Stubble ploughed in",
    "cl2120" : "Central West",
    "cl1084" : "Temperate",
    "cl10848" : "Bigambul, Githabul, Kambuwal, Gomeroi/Kamilaroi, Kwiambul, Ngarabal",
    "cl916" : "Central West"
  },
  "miscProperties" : { },
  "queryAssertions" : { },
  "userQualityAssertion" : "",
  "userAssertionStatus" : "",
  "locationDetermined" : false,
  "defaultValuesUsed" : false,
  "geospatiallyKosher" : true,
  "taxonomicallyKosher" : true,
  "deleted" : false,
  "userVerified" : false,
  "firstLoaded" : "2018-12-04T13:54:26Z",
  "lastModifiedTime" : "2018-12-04T14:42:30Z",
  "dateDeleted" : "",
  "lastUserAssertionDate" : "",
  "rawFields" : {
    "traversableAgain" : true,
    "empty" : false
  },
  "nestedProperties" : {
    "traversableAgain" : true,
    "empty" : false
  }
}
djtfmartin commented 5 years ago

Sounds like we should be indexing raw & processed samplingProtocol values and currently we are just indexing processed

djtfmartin commented 5 years ago

Added the indexing of raw_sampling_protocol. Once indexed in prod, will need to change darwin core download fields

djtfmartin commented 2 years ago

Tested today and samplingProtocol is in full darwin core download.

Please reopen if still an issue with a more recent example.

Screen Shot 2022-02-17 at 11 31 02 am