What Wildbook are you working in? Internet of Turtles
What is the entire URL out of the browser, exactly where the error occurred?
Can you describe what the issue is you’re experiencing?
I would like to put the Salinity value into my Bulk Import spreadsheet but the documentation doesn’t list a field for this value. I can see it in the More Details tab.
It looks like it should be Encounter.measurement1 or Sighting.measurement1 depending on if you want to apply the measurement to a single encounter or all the encounters in a sighting based on the commonconfigurations.properties file.
#Sampling Protocol for MeasurementEvents samplingProtocol0=directlymeasured samplingProtocol1=estimated
I’m putting this here before testing it myself because you may be able to verify this faster than I can as I’m still testing the individual ID bug in IoT today.
So, I played around with it. I included a column header ‘Encounter.measurement1’ but the salinity didn’t show up, BUT, if I add a column header ‘Encounter.measurementUnits1’ and I can put Encounter.measurementUnits1=ppm or anything else - and then the Salinity populates. The display is goofy, it’ll pull in Encounter.measurementUnits1=nounits or ppm (which is the units I’m using).
So, I tried something similar with Temperature and it didn’t change
Thanks for doing that! I threw in as many measurement combinations as I could in a single import to see what saved and in my test spreadsheet I did get salinity to appear under Encounter.measurement1 but it sounds like it needs a corresponding field in order to display based on your own testing. I suspect it accepted Encounter.samplingProtocol1 for this, but it also showed up as nounits for me.
I need to bug the devs tomorrow and do more testing so I can update the help docs to reflect the correct measurement fields and values.
Updating with updates on reporting salinity. I’ll also update the help docs.
Salinity Encounter.Salinity or Encounter.measurement1 - saves salinity on encounter page. Encounter.Salinity.samplingProtocol or Encounter.measurement1.samplingProtocol - saves the sampling protocol for salinity on the encounter page. Enter as “directlymeasured” or “estimated” (this field isn’t closely validated in bulk import and will accept whatever you enter here such as “directly measured” and will display as such on the encounter)
We don’t actually have units set for salinity in IoT (if you want to get technical, the value is internally set as “nounits”). Enter a measurement and we leave it for the uploader to know which units they use to measure it.