|
2598 | 2598 | "| --------------- | --------- | ------------------------ |\n",
|
2599 | 2599 | "| scientificname | String, Array| One or more scientific names from the OBIS backbone. All included and synonym taxa are included in the search. Leave empty to include all taxa. |\n",
|
2600 | 2600 | "|taxonid| Fixnum| A obis occurrence identifier|\n",
|
2601 |
| - "| geometry| String| Well Known Text (WKT). A WKT shape written as either POINT, LINESTRING, LINEARRING or POLYGON. Example of a polygon: ((30.1 10.1, 20, 20 40, 40 40, 30.1 10.1)) would be queried as https://api.gbif.org/v1/occurrence/search?geometry=POLYGON((30.1 10.1, 10 20, 20 40, 40 40, 30.1 10.1))|\n", |
| 2601 | + "| geometry| String| Well Known Text (WKT). A WKT shape written as either POINT, LINESTRING, LINEARRING or POLYGON. Example of a polygon: ((30.1 10.1, 10 20, 20 40, 40 40, 30.1 10.1)) would be queried as https://api.gbif.org/v1/occurrence/search?geometry=POLYGON%28%2830.1+10.1%2C+10+20%2C+20+40%2C+40+40%2C+30.1+10.1%29%29|\n", |
2602 | 2602 | "| nodeid| Fixnum| Node UUID.|\n",
|
2603 | 2603 | "| startdate| String| Start date YYYY-MM-DD|\n",
|
2604 | 2604 | "| enddate| String | End date YYYY-MM-DD|\n",
|
|
2850 | 2850 | "| scientificname | String, Array| One or more scientific names from the OBIS backbone. All included and synonym taxa are included in the search. Leave empty to include all taxa. |\n",
|
2851 | 2851 | "|taxonid| Fixnum| A obis occurrence identifier|\n",
|
2852 | 2852 | "| nodeid| Fixnum| Node UUID.|\n",
|
2853 |
| - "| geometry| String| Well Known Text (WKT). A WKT shape written as either POINT, LINESTRING, LINEARRING or POLYGON. Example of a polygon: ((30.1 10.1, 20, 20 40, 40 40, 30.1 10.1)) would be queried as https://api.gbif.org/v1/occurrence/search?geometry=POLYGON((30.1 10.1, 10 20, 20 40, 40 40, 30.1 10.1))|\n", |
| 2853 | + "| geometry| String| Well Known Text (WKT). A WKT shape written as either POINT, LINESTRING, LINEARRING or POLYGON. Example of a polygon: ((30.1 10.1, 10 20, 20 40, 40 40, 30.1 10.1)) would be queried as https://api.gbif.org/v1/occurrence/search?geometry=POLYGON%28%2830.1+10.1%2C+10+20%2C+20+40%2C+40+40%2C+30.1+10.1%29%29|\n", |
2854 | 2854 | "| startdate| String| Start date YYYY-MM-DD|\n",
|
2855 | 2855 | "| enddate| String | End date YYYY-MM-DD|\n",
|
2856 | 2856 | "| startdepth| Fixnum| Start depth, in meters. Depth below sea level are treated as positive numbers.|\n",
|
|
3090 | 3090 | "| scientificname | String, Array| One or more scientific names from the OBIS backbone. All included and synonym taxa are included in the search. Leave empty to include all taxa. |\n",
|
3091 | 3091 | "|taxonid| Fixnum| A obis occurrence identifier|\n",
|
3092 | 3092 | "| nodeid| Fixnum| Node UUID.|\n",
|
3093 |
| - "| geometry| String| Well Known Text (WKT). A WKT shape written as either POINT, LINESTRING, LINEARRING or POLYGON. Example of a polygon: ((30.1 10.1, 20, 20 40, 40 40, 30.1 10.1)) would be queried as https://api.gbif.org/v1/occurrence/search?geometry=POLYGON((30.1 10.1, 10 20, 20 40, 40 40, 30.1 10.1))|\n", |
| 3093 | + "| geometry| String| Well Known Text (WKT). A WKT shape written as either POINT, LINESTRING, LINEARRING or POLYGON. Example of a polygon: ((30.1 10.1, 10 20, 20 40, 40 40, 30.1 10.1)) would be queried as https://api.gbif.org/v1/occurrence/search?geometry=POLYGON%28%2830.1+10.1%2C+10+20%2C+20+40%2C+40+40%2C+30.1+10.1%29%29|\n", |
3094 | 3094 | "| startdate| String| Start date YYYY-MM-DD|\n",
|
3095 | 3095 | "| enddate| String | End date YYYY-MM-DD|\n",
|
3096 | 3096 | "| startdepth| Fixnum| Start depth, in meters. Depth below sea level are treated as positive numbers.|\n",
|
|
3344 | 3344 | "|taxonid|Fixnum| A obis Taxon AphiaID.|\n",
|
3345 | 3345 | "| scientificname|String, Array| One or more scientific names from the OBIS backbone. All included and synonym taxa are included in the search.|\n",
|
3346 | 3346 | "| year|Fixnum| The 4 digit year. A year of 98 will be interpreted as AD 98. Supports range queries, smaller,larger (e.g., '1990,1991', whereas '1991,1990' wouldn't work)|\n",
|
3347 |
| - "| geometry|String| Well Known Text (WKT). A WKT shape written as either POINT, LINESTRING, LINEARRING or POLYGON. Example of a polygon: ((30.1 10.1, 20, 20 40, 40 40, 30.1 10.1)) would be queried as https://api.gbif.org/v1/occurrence/search?geometry=POLYGON((30.1 10.1, 10 20, 20 40, 40 40, 30.1 10.1)). Geometry, formatted as WKT or GeoHash.|\n", |
| 3347 | + "| geometry|String| Well Known Text (WKT). A WKT shape written as either POINT, LINESTRING, LINEARRING or POLYGON. Example of a polygon: ((30.1 10.1, 10 20, 20 40, 40 40, 30.1 10.1)) would be queried as https://api.gbif.org/v1/occurrence/search?geometry=POLYGON%28%2830.1+10.1%2C+10+20%2C+20+40%2C+40+40%2C+30.1+10.1%29%29. Geometry, formatted as WKT or GeoHash.|\n", |
3348 | 3348 | "| nodeid|Fixnum| Node UUID.|\n",
|
3349 | 3349 | "| startdate|Fixnum| Start date|\n",
|
3350 | 3350 | "| enddate|Boolean| End date|\n",
|
|
4817 | 4817 | "name": "python",
|
4818 | 4818 | "nbconvert_exporter": "python",
|
4819 | 4819 | "pygments_lexer": "ipython3",
|
4820 |
| - "version": "3.11.8" |
| 4820 | + "version": "3.12.2" |
4821 | 4821 | },
|
4822 | 4822 | "vscode": {
|
4823 | 4823 | "interpreter": {
|
|
0 commit comments