Prints a human-readable summary of a GeoLocator Data Package, as an
extension of frictionless::print.datapackage().
Usage
# S3 method for class 'geolocatordp'
print(x, ...)Arguments
- x
A GeoLocator Data Package object, as returned by
read_gldp().- ...
Further arguments, they are ignored by this function.
Examples
pkg <- read_zenodo("17367319")
#> Warning: Selecting ‘env’ backend. Secrets are stored in environment variables
#> ℹ Retrieve Zenodo record 17367319
#> Warning: Selecting ‘env’ backend. Secrets are stored in environment variables
#> ✔ Retrieve Zenodo record 17367319 [715ms]
#>
#> ℹ Download files from Zenodo
#> Warning: Selecting ‘env’ backend. Secrets are stored in environment variables
#> ✔ Download files from Zenodo [2.4s]
#>
#> ℹ Read and upgrade GeoLocator-DP
#> ✔ Upgrading GeoLocator-DP from "main" to "v1.0".
#> ℹ Read and upgrade GeoLocator-DP
#> ✔ Read and upgrade GeoLocator-DP [507ms]
#>
#> ℹ Add metadata
#> ✔ Add metadata [85ms]
#>
print(pkg)
#>
#> ── A GeoLocator Data Package `pkg` (v1.0) ──────────────────────────────────────
#>
#> ── Metadata
#> Note: All green texts are fields of `pkg` which can be accessed with `pkg$field`).
#> • title: "GeoLocator Data Package: Barred Warblers from Czechia"
#> • doi: <https://doi.org/10.5281/zenodo.17367320>
#> • contributors:
#> Joanna Wong (researcher) - <https://orcid.org/0000-0003-4607-2803>
#> Peter Adamik (supervisor) - <https://orcid.org/0000-0003-1566-1234>
#> Miroslav Bažant (datacollector) - <https://orcid.org/0000-0001-9404-2815>
#> Steffen Hahn (projectleader) - <https://orcid.org/0000-0002-4924-495X>
#> ✔ access: Open access
#> • licenses: Creative Commons Attribution 4.0 International (cc-by-4.0) - {.url
#> https://creativecommons.org/licenses/by/4.0/legalcode}
#> • description: "This Geolocator Data Package contains the analyzed data (using
#> GeoPressureR) for two Barred Warblers tracked from Czechia. This data has
#> been published here: Migration and daily flight activity patterns in the
#> barred warbler Curruca nisoria over the ..."
#> • version: "1.1.1"
#> • codeRepository: <https://github.com/jobzwong/CurNis.git>
#> ✔ community: Geolocator DP community
#> • relatedIdentifiers:
#> isdescribedby <https://doi.org/10.25225/jvb.23085>
#> continues <https://doi.org/10.5281/zenodo.10209430>
#> continues <Movebank ID: 3146197948>
#> • keywords: "barred warbler"
#> • created: 2025-11-04 13:48:24.098047
#> • bibliographicCitation: "Wong J, Adamik P, Bažant M, Hahn S (2025).
#> “GeoLocator Data Package: Barred Warblers from Czechia.”
#> doi:10.5281/zenodo.17367319 <https://doi.org/10.5281/zenodo.17367319>,
#> <https://zenodo.org/records/17367320>."
#> • temporal: "2019-06-20" to "2020-03-13"
#> • taxonomic: "Curruca nisoria"
#> • numberTags: tags: 2, measurements: 2, light: 2, pressure: 2, activity: 2,
#> paths: 2, pressurepaths: 2
#>
#> ── Resources: (8 resources)
#> • `tags()` (n=2)
#> • `observations()` (n=4)
#> • `measurements()` (n=456,912)
#> • `staps()` (n=47)
#> • `twilights()` (n=1,002)
#> • `paths()` (n=517)
#> • `edges()` (n=495)
#> • `pressurepaths()` (n=24,048)
