Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndonkohenri/gbif-geographical-coordinates-scraper
A simple program to scrape geographical coordinates from the https://www.gbif.org/ site.
https://github.com/ndonkohenri/gbif-geographical-coordinates-scraper
gbif gbif-data python3
Last synced: 26 days ago
JSON representation
A simple program to scrape geographical coordinates from the https://www.gbif.org/ site.
- Host: GitHub
- URL: https://github.com/ndonkohenri/gbif-geographical-coordinates-scraper
- Owner: ndonkoHenri
- Created: 2023-01-24T19:38:28.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T19:42:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-08T06:02:31.473Z (about 1 month ago)
- Topics: gbif, gbif-data, python3
- Language: Python
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GBIF-Geographical-Coordinates-Scraper
A simple program I made to scrape the coordinates of particular species from the [Global Biodiversity Information Facility(abbreviated gbif)](https://www.gbif.org/). The species could be found in the `sources.xlsx` Excel file.
When this program is executed, an Excel file called `scraped-results.xlsx` is created, which contains the species in the extracted from the `source.xlsx` plus their Geographical coordinates (latitude and longitude) in Cameroon.I made use of [pygbif](https://pygbif.readthedocs.io/en/latest/index.html) python library to easily fetch the needed data from gbif.