-
Notifications
You must be signed in to change notification settings - Fork 6
Calvin
Made location search for IUCN, made all 3 functions for NAS
Made count functions for IUCN and iNaturalist
Made iNaturalist API fully asynchronous, got API key for IUCN and made a function that returns taxon data if there are results in the database. Still waiting on the marine species guy to give me an API key
Fixed inaturalist API for one get request, but can only return count (no location). EOL has no observation data, not useful.
Started work on EOL database, data is in a bad format but may still be usable, more an online encyclopedia than a database. Changed inaturalist API to return a promise, which can be later used by front end to call functions on success. Modified from a synchronous request.
Managed to get the http request headers from jquery after a bunch of fiddling around with asynchronous calls. Am going to implement a loop so that it only loops as many times as is necessary to get the number of observations (which is in one of the http response headers). Also implemented the google maps API to get country. It works, but only for some observations because it goes over the rate limit for the API. Currently trying to see if there's some way around this, but the API works, the country that the lat/lon falls into is one of the attributes in the returned maps objects.
Made a new javascript file to query inaturalist api for puma concolor. turned out that the default setting for getting that data was only 20 observations, and you could only get one page at a time (and no more than 100 total). ended up creating a for loop to loop through all pages 1-100, with 200 observations per page, and recording all of that data (hopefully no species has 20000 observations so this should be fine). currently really slow but i'm going to make it more efficient soon. currently only has latitude and longitude in the cleaned data since inaturalist doesnt provide detailed taxonomic information for it's observations (though presumably each one is the same species).
http://www.compadre-db.org/Data/Comadre
Data in R, contains digitized data from various sources of literature on species data and it’s distributions around the globe. There is no need for an API, because clicking on the proceed link gives all of the species data as an R data frame(Also has a section for plant life).
http://www.departments.bucknell.edu/biology/resources/msw3/
Gives all mammalian species that are currently recognized, (Latin names), information about each species, and the countries in which that species can be found as well as its prevalence (if it’s endangered, abundant, etc). Provides a CSV of all its data.
http://www.iucnredlist.org/technical-documents/spatial-data
Spatial data on endangered species, stored as an ESRI Shapefile (which “stores the location, shape, and attributes of geographic features”).
http://www.gbif.org/using-data/methods
Aggregates species occurrence datasets into one portal, contains geospatial data.
https://www.inaturalist.org/taxa/1-Animalia and https://www.inaturalist.org/taxa/40151-Mammalia
Records line by line human observations of species. API here: https://www.inaturalist.org/pages/api+reference
- Information List
- Proposal
-
Meeting Notes
- Meeting 2 (9/22)
- Meeting 3 (10/9)
- Meeting 4 (10/23)
- Seminar (10/29)
- Meeting 5 (11/6)
- Meeting 6 (12/2)
- Discussion (2/5)
- Meeting 7 (2/9)
- Meeting 8 (2/16)
- Meeting 9 (2/23)
- Meeting 10 (3/1)
- Meeting 11 (3/8)
- Meeting 12 (3/15)
- Meeting 13 (3/29)
- Meeting 14 (4/5)
- Meeting 15 (4/12)
- Meeting 16 (4/19)
- Meeting 17 (4/26)
- Discussion (6/16)
- Weekly Report