Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_ilter_generalinfo() outputs error even when successful #52

Open
micha-silver opened this issue Apr 16, 2022 · 0 comments
Open

get_ilter_generalinfo() outputs error even when successful #52

micha-silver opened this issue Apr 16, 2022 · 0 comments

Comments

@micha-silver
Copy link
Contributor

Running get_ilter_generalinfo() outputs:
---- The requested page could not be found.
Please check the DEIMS ID ----

even though it runs successfully.

hohe = get_ilter_generalinfo(country_name = "Austria", site_name = "Hohe Tauern")

---- The requested page could not be found.
            Please check the DEIMS ID ----

class(hohe)
[1] "sf"         "tbl_df"     "tbl"        "data.frame"

str(hohe)
sf [1 × 10] (S3: sf/tbl_df/tbl/data.frame)
 $ title               : chr "Hohe Tauern National Park - Austria"
 $ uri                 : chr "https://deims.org/d6936d5d-e036-4b3d-bf3c-4a8702e82f1b"
 $ geoCoord            :sfc_POINT of length 1; first list element:  'XY' num [1:2] 12.5 47
 $ country             :List of 1
  ..$ : chr "Austria"
 $ geoElev.avg         : int NA
 $ geoElev.min         : int 1000
 $ geoElev.max         : int 3798
 $ geoElev.unit        : chr "msl"
 $ affiliation.networks:List of 1
  ..$ :'data.frame':	2 obs. of  3 variables:
  .. ..$ network :'data.frame':	2 obs. of  2 variables:
  .. .. ..$ name: chr [1:2] "EUROPARC" "LTER Austria"
  .. .. ..$ id  :'data.frame':	2 obs. of  2 variables:
  .. .. .. ..$ prefix: chr [1:2] "https://deims.org/network/" "https://deims.org/network/"
  .. .. .. ..$ suffix: chr [1:2] "ce875203-854b-414b-a4d5-0719aff25622" "d45c2690-dbef-4dbc-a742-26ea846edf28"
  .. ..$ siteCode: logi [1:2] NA NA
  .. ..$ verified: logi [1:2] FALSE FALSE
 $ affiliation.projects:List of 1
  ..$ :'data.frame':	3 obs. of  2 variables:
  .. ..$ label: chr [1:3] "Birds Directive (2009/147/EC)" "Natura 2000" "eLTER (H2020)"
  .. ..$ uri  : chr [1:3] NA NA "https://cordis.europa.eu/project/id/654359"
 - attr(*, "sf_column")= chr "geoCoord"
 - attr(*, "agr")= Factor w/ 3 levels "constant","aggregate",..: NA NA NA NA NA NA NA NA NA
  ..- attr(*, "names")= chr [1:9] "title" "uri" "country" "geoElev.avg" ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant