You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create_safedata_dir fails seemingly due to outdated API addresses?
Removing the .json extension from the download_gazetteer and download_location_aliases functions seemed to work, but not for download_index.
library(safedata)
#> SAFE package reminder: Please set SAFE data directory using set_safedata_dir()
create_safedata_dir("C:/Users/hrl23/collaboration/tmp")
#> Failed to download index:#> URL error: 400#> Failed to download gazetteer:#> URL error: 400#> Failed to download location aliases:#> URL error: 400#> Could not download required files: SAFE data directory not created
The directory is created, but with the following error:
> create_safedata_dir("../tmp")
Safe data directory created
Loading and caching index
Error in eval(substitute(expr), data, enclos = parent.frame()) :
object 'zenodo_concept_id' not found
create_safedata_dir
fails seemingly due to outdated API addresses?Removing the
.json
extension from thedownload_gazetteer
anddownload_location_aliases
functions seemed to work, but not fordownload_index
.Created on 2024-11-30 with reprex v2.1.1
The text was updated successfully, but these errors were encountered: