land-gbif-species-occurrence-query
Code explainations in: https://stag.training.fdz.ioer.info/notebooks/202_data_retrieval.html#land-gbif-species-occurrence-query
-
Check the status_code. 200 Means: Ok. -> Not sure what to do here
-
Let’s have a look at the first element. We can see that there are two entries used as a spatial reference:'decimalLatitude': 41.99907, 'decimalLongitude': -8.17893. -> Is there a code snippet missing? Or where can I see the first two entries/spatial reference?
-
Aftwerwards, we turn coordinates into a GeoDataFrame. This requires specifying a projection. -> The links are not working any more.
-
- Set a Coordinate Reference System (CRS), we know this is WGS84 (EPSG:4326) -> How do we know, maybe refer to a good website? maybe https://epsg.io/4326/ https://docs.maptiler.com? Ideas?