From 2fc0f51f8911bd659c9aefe1da11ca7faa8b1857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Am=C3=A9line=20Nussbaumer?= Date: Sun, 7 Jan 2024 18:29:51 +0100 Subject: [PATCH] update to v5 --- README.md | 32 ++++++++++++++++++++++---------- manifest.json | 6 ++++-- 2 files changed, 26 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 52ae6eb..f47deff 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ Export your [Target](https://ebird.org/targets) list into a [comma-separated val Export your species list of a [trip report](https://ebird.org/mytripreports) into a csv using the new button "Download (csv)" next to share and edit. -| `speciesCode` | `category` | `commonName` | `sciName` | `numIndividuals` | `numChecklists` | `numPhotos` | `numAudio` | `numVideo` | `isLifer` | `numMedia` | `exoticCategory` | -| ------------- | ---------- | -------------------------- | ------------------- | ---------------- | --------------- | ----------- | ---------- | ---------- | --------- | ---------- | ---------------- | -| wfwduc1 | species | White-faced Whistling-Duck | Dendrocygna viduata | 250 | 2 | 0 | 0 | 0 | FALSE | 0 | | +| `speciesCode` | `category` | `commonName` | `sciName` | `numIndividuals` | `numChecklists` | `numPhotos` | `numAudio` | `numVideo` | `isLifer` | `numMedia` | `exoticCategory` | `isPhotoLifer` | `exotiisAudioLifercCategory` | +| ------------- | ---------- | -------------------------- | ------------------- | ---------------- | --------------- | ----------- | ---------- | ---------- | --------- | ---------- | ---------------- | ---------------- | ---------------- | +| wfwduc1 | species | White-faced Whistling-Duck | Dendrocygna viduata | 250 | 2 | 0 | 0 | 0 | FALSE | 0 | | FALSE | FALSE | ![image](assets/tripreport.png) @@ -50,16 +50,18 @@ Export a [barchart](https://ebird.org/GuideMe?cmd=changeLocation) data into a cs First row is the normalization factor (i.e., number of checklists). There are 48 periods: 4 per months. -| `speciesCode` | `category` | `commonName` | `sciName` | `exoticCategory` | `1-Jan` | `2-Jan` | `...` | `4-Dec` | +| `speciesCode` | `category` | `commonName` | `sciName` | `exoticCategory` | `Jan1` | `Jan2` | `...` | `Dec4` | | ------------- | ---------- | ---------------- | ------------- | ---------------- | ------- | ------- | ----- | ------- | | | | | | | 247 | 259 | ... | 257 | | bahgoo | species | Bar-headed Goose | Anser indicus | N | 0 | 0 | ... | 0 | ![image](assets/barchart.png) -### 4. Checklist: anchor link and Export GPS +### 4. Checklist: anchor link to species, Export GPS track and Manage location -To share a specific sighting within your checklist, click on the link icon at the end of the line to copy the url of this entry on your clipboard. +- **Anchor link to species**: To share a specific sighting within your checklist, click on the link icon at the end of the line to copy the url of this entry on your clipboard. When opening this link, the page will automically scroll to this sighting. +- **Export GPS track**: Export your track in [`.geojson`](https://geojson.org/) by clicking the download button under the map. +- **Manage location** (not visible on screenshot below): A new button, next to "Edit Location" will help you to nagivate to the Location page directly. ![image](assets/checklist.png) @@ -73,7 +75,7 @@ Download any photos on the Macaulay library at 2400px wide resolution (the origi ### 1. Export Species List -Create csv files from Biolovision **Specie List** (`m_id=94`) pages using the csv button on the export row. This output page is selected on the last tab of the **search engine** page (`?m_id=8`). The exported table contains the following columns: +Create csv files from Biolovision **Specie List** (`m_id=94`) pages using the csv button on the export row. This output page is selected on the last tab of the **search engine** page (`m_id=8`). The exported table contains the following columns: | `number` | `common_name` | `scientific_name` | `latest_date` | `breeding` | `link_observation` | `link_stat` | `link_info` | | -------- | ------------- | ----------------- | ------------- | ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------- | @@ -83,10 +85,20 @@ Create csv files from Biolovision **Specie List** (`m_id=94`) pages using the cs ### 2. Export Summary -Create CSV files from Biolovision **Summary** (`m_id=32`) pages using the csv button on the export row. This output page is selected on the last tab of the **search engine** page (`?m_id=8`). The exported table contains the following column: +Create CSV files from Biolovision **Summary** (`m_id=32`) pages using the csv button on the export row. This output page is selected on the last tab of the **search engine** page (`m_id=8`). The exported table contains the following column: -| `number` | `common_name` | `observers` | `places` | `link_observations` | `link_stat` | `link_info` | `photo` | +| `number` | `common_name` | `observers` | `place` | `link_photo` |`link_observations` | `link_stat` | `link_info` | | -------- | ------------- | ----------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | ------- | -| ~40 | Greylag Geese | 2 Observers | 2 places | | | | +| ~40 | Greylag Geese | 2 Observers | 2 places | | | | ![image](assets/summary.png) + +### 2. Export Lit + +Create CSV files from Biolovision **List** (`m_id=94`) pages using the csv button on the export row. This output page is selected on the last tab of the **search engine** page (`m_id=8`). The exported table contains the following column: + +| `date` | `place` | `place_link` | `number` | `common_name` | `scientific_name` | `remark` | +| ------ | ------- | ------------ | -------- | ------------- | ----------------- | -------- | +| 06.01.24 | Widensolen (village) / Widensolen (68) | | 2 | Bécasses des bois | Scolopax rusticola | Remarque :observation de mon salon en vol | + +*No screen shot* diff --git a/manifest.json b/manifest.json index ad21902..67ed3b7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Zoziologie", - "version": "4.0", + "version": "5.0", "description": "Toolkit for web-birding", "permissions": [], "action": { @@ -59,7 +59,9 @@ "*://www.faune-paca.org/*", "*://www.faune-martinique.org/*", "*://www.faune-reunion.fr/*", - "*://www.faune-guyane.fr/*" + "*://www.faune-guyane.fr/*", + "*://www.faune-grandest.org/*", + "*://www.faune-aura.org/*" ], "js": [ "js/biolovision.js"