Skip to content

comptoolsres/Project-1-Group

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Project-1-Group

Group members: Tavis Goldwire

The code in GBIF Project satisfies the requirements for Project 1 by drawing from the Global Biodiversity Information Facility API located at https://techdocs.gbif.org/en/openapi/. The code allows user input of a species scientific name. It then displays 5 pieces of information: Scientific name, common names, IUCN status, distribution, and finally a description. For the purposes of space I have attempted to limit the description. It saves all these results in a json file.

The code utilizes a continous while loop that allows a user to submit multiple species for data retreival. To break the loop a user must submit 'x'. The code should work for all species that the API has information for. Certain species such as _Canis lupus _ cause a bit of diffiuclty in the API due to Canis lupis familiaris, the dog, sharing information with it. The dog and grey wolf have much differnet lifestyles, distributions, etc. that the API does not account for.

About

Write a script to query an API and display/save results you find interesting. In the Web Services class, I pointed out this list of public APIsLinks to an external site.; there are others. If you have an idea, I can try to help find a data source and API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors