<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi Scott,<div><div><br><blockquote type="cite"><div dir="ltr"><div>Thanks for your quick responses. </div></div></blockquote><div><br></div>Thanks for the feedback, as always</div><div><br><blockquote type="cite"><div dir="ltr"><div><span style="font-size: 13.1999998092651px; line-height: 19.7999992370605px;">coordinateUncertaintyInMeters is what I wanted, thanks for pointing that out. Does that</span> field ever show up in search results though? e.g., from /occurrence/search</div></div></blockquote><blockquote type="cite"><div dir="ltr"><div> I haven't seen it yet, but it does show up in verbatim results, e.g. <a href="http://api.gbif.org/v1/occurrence/1088909149/verbatim">http://api.gbif.org/v1/occurrence/1088909149/verbatim</a> . But in the non-verbatim record of the same occurrence key <span style="font-size:13.1999998092651px;line-height:19.7999992370605px">coordinateUncertaintyInMeters</span><span style="line-height:1.5;font-size:13.1999998092651px"> isn't in the record <a href="http://api.gbif.org/v1/occurrence/1088909149/">http://api.gbif.org/v1/occurrence/1088909149/</a>  </span></div></div></blockquote><div><br></div><div>That looks suspicious… <a href="http://dev.gbif.org/issues/browse/POR-2795">http://dev.gbif.org/issues/browse/POR-2795</a></div><br><blockquote type="cite"><div dir="ltr"><div><span style="line-height: 1.5; font-size: 13.1999998092651px;">Anyway, my users have requested this data (i.e., </span><span style="font-size: 13.1999998092651px; line-height: 19.7999992370605px;">coordinateUncertaintyInMeters</span><span style="line-height: 1.5; font-size: 13.1999998092651px;">), but going to verbatim records for each occurrence key seems like a tedious approach.   Will </span><span style="line-height: 19.7999992370605px; font-size: 13.1999998092651px;">coordinateUncertaintyInMeters be populated in the results returned by the /occurrence/search route sometime in the future? If not, I can direct them to verbatim occurrence records. </span></div></div></blockquote><div><br></div><div>It should be the not too distant future, but we are short staffed right now due to holidays - I’d expect around September / October realistically before another release that involved data store changes… I wish it could be sooner.</div><div><br></div><div>Thanks,</div><div>Tim</div><div><br></div><blockquote type="cite"><div dir="ltr"><div>Best, Scott</div><div><br></div><div>p.s. the occurrenceDetails field somehow got `<a href="http://unknown.org/`">http://unknown.org/`</a> appended to the beginning of the field name, e.g, <a href="http://api.gbif.org/v1/occurrence/1088909149/">http://api.gbif.org/v1/occurrence/1088909149/</a> - I assume that is an error</div></div></blockquote><div><br></div><div>Indeed <a href="http://dev.gbif.org/issues/browse/POR-2796">http://dev.gbif.org/issues/browse/POR-2796</a></div><br><blockquote type="cite"><br><div class="gmail_quote"><div dir="ltr">On Tue, Jul 21, 2015 at 1:46 AM Markus Döring <<a href="mailto:mdoering@gbif.org">mdoering@gbif.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Scott,<br>
coordinateAccurracy is the uncertainty radius for lat/lon in decimal degrees which we interpret and keep directly on the Occurrence class:<br>
<a href="https://github.com/gbif/gbif-api/blob/master/src/main/java/org/gbif/api/model/occurrence/Occurrence.java#L121" rel="noreferrer" target="_blank">https://github.com/gbif/gbif-api/blob/master/src/main/java/org/gbif/api/model/occurrence/Occurrence.java#L121</a><br>
<a href="https://github.com/gbif/dwc-api/blob/master/src/main/java/org/gbif/dwc/terms/GbifTerm.java#L41" rel="noreferrer" target="_blank">https://github.com/gbif/dwc-api/blob/master/src/main/java/org/gbif/dwc/terms/GbifTerm.java#L41</a><br>
<br>
Our processing right now only recognizes dwc:coordinatePrecision as a source for the accurracy:<br>
<a href="https://github.com/gbif/occurrence/blob/master/occurrence-processor/src/main/java/org/gbif/occurrence/processor/interpreting/LocationInterpreter.java#L167" rel="noreferrer" target="_blank">https://github.com/gbif/occurrence/blob/master/occurrence-processor/src/main/java/org/gbif/occurrence/processor/interpreting/LocationInterpreter.java#L167</a><br>
<br>
As you have seen there is an open issue still to also interpret the uncertainty in meters:<br>
<a href="http://dev.gbif.org/issues/browse/POR-1804" rel="noreferrer" target="_blank">http://dev.gbif.org/issues/browse/POR-1804</a><br>
<br>
<br>
We need to check if it is never populated which would be a bug,<br>
Markus<br>
<br>
<br>
<br>
> On 21 Jul 2015, at 09:24, Tim Robertson <<a href="mailto:trobertson@gbif.org" target="_blank">trobertson@gbif.org</a>> wrote:<br>
><br>
> Hi Scott,<br>
><br>
> I don’t recall any coordinateAccurracy but I might be mistaken<br>
><br>
> There are coordinateUncertaintyInMeters and coordinatePrecision - could it be those you were thinking of?  We only return the verbatim values, and don’t do any parsing of those.<br>
><br>
> Thanks,<br>
> Tim<br>
><br>
> On 20 Jul 2015, at 22:21, Scott Chamberlain <<a href="mailto:myrmecocystus@gmail.com" target="_blank">myrmecocystus@gmail.com</a>> wrote:<br>
><br>
>> Hi all,<br>
>><br>
>> Did the coordinateAccurracy used to exist and was removed at some point? I can see mention of it e.g., here <a href="http://dev.gbif.org/issues/browse/POR-1804?jql=text%20~%20%22coordinateAccurracy%22" rel="noreferrer" target="_blank">http://dev.gbif.org/issues/browse/POR-1804?jql=text%20~%20%22coordinateAccurracy%22</a> - but perhaps it has been removed?<br>
>><br>
>> I can see that the elevationAccuracy field is returned with many records, but haven't seen coordinateAccurracy in any records.<br>
>><br>
>> Thanks! Scott<br>
>> _______________________________________________<br>
>> API-users mailing list<br>
>> <a href="mailto:API-users@lists.gbif.org" target="_blank">API-users@lists.gbif.org</a><br>
>> <a href="http://lists.gbif.org/mailman/listinfo/api-users" rel="noreferrer" target="_blank">http://lists.gbif.org/mailman/listinfo/api-users</a><br>
><br>
> _______________________________________________<br>
> API-users mailing list<br>
> <a href="mailto:API-users@lists.gbif.org" target="_blank">API-users@lists.gbif.org</a><br>
> <a href="http://lists.gbif.org/mailman/listinfo/api-users" rel="noreferrer" target="_blank">http://lists.gbif.org/mailman/listinfo/api-users</a><br>
<br>
</blockquote></div>
</blockquote></div><br></div></body></html>