AtlasOfLivingAustralia / ALA4R

Access data and resources hosted by the Atlas of Living Australia (ALA)
https://atlasoflivingaustralia.github.io/ALA4R/
42 stars 8 forks source link

Cannot locate citation.csv #20

Closed johnbaums closed 8 years ago

johnbaums commented 8 years ago

occurrences is throwing a warning message about not finding citation.csv. It seems that since the revamp of ALA, citation.csv is no longer included in the download.

e.g.:

occ <- occurrences('lsid:http://id.biodiversity.org.au/name/apni/245602', 
+                       fq='geospatial_kosher:true', 
+                       download_reason_id=7)$data
Warning message:
In open.connection(file, "rt") :
  cannot locate file 'citation.csv' in zip file 'C:\Users\John\AppData\Local\Temp\RtmpIdSthN/23cf28750657a4b5079f891547c21398'
raymondben commented 8 years ago

Confirmed - citation.csv no longer appears to be provided. I think it has been replaced by a README.html file. Am awaiting confirmation from ALA devs before updating the ALA4R code.

raymondben commented 8 years ago

Still not entirely sure that citation.csv has been officially replaced by README.html, but am just checking for both now and it won't warn about not finding citation.csv if it finds the README (v1.27).