USFWS / fwspp

Query species occurrence observations on USFWS properties
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

McCrea's attempts at debugging #26

Closed mccrea-cobb closed 3 years ago

mccrea-cobb commented 3 years ago

Updates the clean_GBIF function to address error in vapply. Changes class to character.

Updates the standardize_occ function. Address mismatch between classes for sci_name values.

get_BISON: I was running into timeout issues using the estimated value for the timeout argument. Things worked when I increased timeout from 210 to 800.

get_VertNet returns NULL values randomly. It sounds like this is a known issue with their API, for whatever reason. I updated the month class to integer to align with standardize_occ. I added a few lines of QC to remove month values that made no sense (e.g., 88 or 0).

clean_EcoEngine. Changes the class for loc_unc_m to double to align with standardize_occ. Adds year, month, and day values based on dates in the begin_date field.

get_AntWeb: updates the API address for v3.1. The link appears to be correct now, but it returns no information. I'd like to chat with you about this.