Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix format of object_annotation_time #839

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions appli/templates/jobs/import_create_shared_doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<li><code>object_lat</code> [f] : latitude, <span class="text-info">decimal degrees</span></li>
<li><code>object_lon</code> [f] : longitude, <span class="text-info">decimal degrees</span></li>
<li><code>object_date</code> [f] : ISO8601 <span class="text-info">YYYYMMJJ</span> UTC</li>
<li><code>object_time</code> [f] : ISO8601 <span class="text-info">HHMMSS</span> UTC</li>
<li><code>object_time</code> [f] : ISO8601 <span class="text-info">hhmmss</span> UTC</li>
<li><code>object_depth_min</code> [f] : minimum depth of object, <span class="text-info">meters</span>
</li>
<li><code>object_depth_max</code> [f] : maximum depth of object, <span class="text-info">meters</span>
Expand All @@ -63,7 +63,7 @@
And, for already classified objects
<ul>
<li><code>object_annotation_date</code> [t] : ISO8601 <span class="text-info">YYYYMMJJ</span> UTC</li>
<li><code>object_annotation_time</code> [t] : ISO8601 <span class="text-info">YYYYMMJJ</span> UTC</li>
<li><code>object_annotation_time</code> [t] : ISO8601 <span class="text-info">hhmmss</span> UTC</li>
<li><code>object_annotation_category</code> [t] : class of the object with optionally its direct parent
following separated by left angle bracket without whitespace "Cnidaria&lt;Hydrozoa" or old style
between brackets "Cnidaria (Hydrozoa)"
Expand Down
4 changes: 2 additions & 2 deletions appli/templates/v2/help/_help_jobs_prepare_data.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3>In a folder place:</h3><dl>
<li><code>object_lat</code> [f] : latitude, <span class="underline underline-offset-2">decimal degrees</span></li>
<li><code>object_lon</code> [f] : longitude, <span class="underline underline-offset-2">decimal degrees</span></li>
<li><code>object_date</code> [f] : ISO8601 <span class="underline underline-offset-2">YYYYMMJJ</span> UTC</li>
<li><code>object_time</code> [f] : ISO8601 <span class="underline underline-offset-2">HHMMSS</span> UTC</li>
<li><code>object_time</code> [f] : ISO8601 <span class="underline underline-offset-2">hhmmss</span> UTC</li>
<li><code>object_depth_min</code> [f] : minimum depth of object, <span class="underline underline-offset-2">meters</span>
</li>
<li><code>object_depth_max</code> [f] : maximum depth of object, <span class="underline underline-offset-2">meters</span>
Expand All @@ -59,7 +59,7 @@ <h3>In a folder place:</h3><dl>
And, for already classified objects
<ul>
<li><code>object_annotation_date</code> [t] : ISO8601 <span class="underline underline-offset-2">YYYYMMJJ</span> UTC</li>
<li><code>object_annotation_time</code> [t] : ISO8601 <span class="underline underline-offset-2">YYYYMMJJ</span> UTC</li>
<li><code>object_annotation_time</code> [t] : ISO8601 <span class="underline underline-offset-2">hhmmss</span> UTC</li>
<li><code>object_annotation_category</code> [t] : class of the object with optionally its direct parent
following separated by left angle bracket without whitespace "Cnidaria&lt;Hydrozoa" or old style
between brackets "Cnidaria (Hydrozoa)"
Expand Down