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
Copy file name to clipboardExpand all lines: README.md
+27-30Lines changed: 27 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,93 +5,90 @@ permalink: /
5
5
description: Data exchange format for geolocator data
6
6
---
7
7
8
-
**GeoLocator Data Package** (GeoLocator DP) is a data exchange format for geolocator data. It follows the [Data Package standard](https://datapackage.org/standard/data-package/) for the structuring of the data.
8
+
**GeoLocator Data Package** (GeoLocator DP) is a data exchange format for geolocator data. It follows the [Data Package standard](https://datapackage.org/standard/data-package/) for structuring the data.
9
9
10
-
A geolocator data package consists of three sets of data: (1) the metadata of the project, (2) the core resources containing the main dataset and (3) optional trajectory data generated with the [GeoPressure suite](https://raphaelnussbaumer.com/GeoPressureManual/#the-geopressure-suite).
10
+
## Structure
11
11
12
-
## 1. Metadata
12
+
A GeoLocator Data Package is organized into three components: (1) the project metadata, (2) the core resources containing the main dataset, and (3) optional trajectory data generated with the [GeoPressure suite](https://raphaelnussbaumer.com/GeoPressureManual/#the-geopressure-suite).
13
13
14
-
The description of project and the data is contained in [`datapackage.json`](https://raphaelnussbaumer.com/GeoLocator-DP/datapackage/).
|[`datapackage.json`](https://raphaelnussbaumer.com/GeoLocator-DP/datapackage/)| List of the project's metadata such as the package's title, licences, contributors etc. as well as a list of the data [`resources`](https://datapackage.org/standard/data-resource/) that make up the package |
16
+
The description of the project and the data is contained in [`datapackage.json`](https://raphaelnussbaumer.com/GeoLocator-DP/datapackage/).
|[`datapackage.json`](https://raphaelnussbaumer.com/GeoLocator-DP/datapackage/)| List of the project's metadata, such as the package's title, licenses, contributors, etc., as well as a list of the data [`resources`](https://datapackage.org/standard/data-resource/) that make up the package |
21
+
22
+
### 2. Core Resources
21
23
22
24
The core GeoLocator DP resources consist of the raw geolocator data. These `resources` can be generated without any analysis of the geolocator data.
|[`tags.csv`](https://raphaelnussbaumer.com/GeoLocator-DP/core/tags/)| Table of devices used in the study. We assume that a `tag` is only used once on a single animal. |
27
-
|[`measurements.csv`](https://raphaelnussbaumer.com/GeoLocator-DP/core/measurements/)| Table with the raw measurements of all sensors (e.g., light, pressure, ...) for all tags. |
28
-
|[`observations.csv`](https://raphaelnussbaumer.com/GeoLocator-DP/core/observations/)| Table with the field observations associated with tags such as equipment, retrieval, or others events. |
|[`tags.csv`](https://raphaelnussbaumer.com/GeoLocator-DP/core/tags/)| Table of devices used in the study. We assume that a `tag` is only used once on a single animal. |
29
+
|[`measurements.csv`](https://raphaelnussbaumer.com/GeoLocator-DP/core/measurements/)| Table with the raw measurements of all sensors (e.g., light, pressure, ...) for all tags. |
30
+
|[`observations.csv`](https://raphaelnussbaumer.com/GeoLocator-DP/core/observations/)| Table with the field observations associated with tags such as equipment, retrieval, or other events. |
29
31
30
-
## 3. GeoPressureR Resources
32
+
###3. GeoPressureR Resources
31
33
32
-
The GeoPressureR extensions consists of optional trajectory data generated through the GeoPressureR workflow analysis[](https://raphaelnussbaumer.com/GeoPressureManual/geopressuretemplate-workflow.html).
34
+
The GeoPressureR extension consists of optional trajectory data generated through the [GeoPressureR workflow analysis](https://raphaelnussbaumer.com/GeoPressureManual/geopressuretemplate-workflow.html).
|[`staps.csv`](https://raphaelnussbaumer.com/GeoLocator-DP/geopressurer/staps)| Table of the stationary periods of all tags. |
37
39
|[`paths.csv`](https://raphaelnussbaumer.com/GeoLocator-DP/geopressurer/paths)| Table of the trajectory of all tags, typically most likely path or simulation paths. |
38
40
|[`edges.csv`](https://raphaelnussbaumer.com/GeoLocator-DP/geopressurer/edges)| Table containing the flight information of the edges associated with the paths. |
39
41
|[`twilights.csv`](https://raphaelnussbaumer.com/GeoLocator-DP/geopressurer/twilights)| Table of the twilights estimated from light data for all tags. |
40
-
|[`pressurepaths.csv`](https://raphaelnussbaumer.com/GeoLocator-DP/geopressurer/pressurepaths)| Table of the pressurepaths |
42
+
|[`pressurepaths.csv`](https://raphaelnussbaumer.com/GeoLocator-DP/geopressurer/pressurepaths)| Table of pressure-based paths.|
41
43
42
-
## Examples
44
+
## Where to find and explore GeoLocator Data Packages
You'll be able to find all GeoLocator Data Package in the <a href="https://zenodo.org/communities/geolocator-dp/">GeoLocator Data Package Zenodo Community</a>. Once you've published you datapackage, make sure to <a href="https://help.zenodo.org/docs/share/submit-to-community/">submit it to the community</a>.
52
+
You'll be able to find all GeoLocator Data Packages in the <a href="https://zenodo.org/communities/geolocator-dp/">GeoLocator Data Package Zenodo Community</a>. Once you've published your data package, make sure to <a href="https://help.zenodo.org/docs/share/submit-to-community/">submit it to the community</a>.
Explore the most likely trajectories of all existing datapackage on a 3D map with <a href="https://raphaelnussbaumer.com/GeoLocatorExplorer/">GeoLocatorExplorer</a>.
60
+
Explore the most likely trajectories of all existing data packages on a 3D map with <a href="https://raphaelnussbaumer.com/GeoLocatorExplorer/">GeoLocatorExplorer</a>.
The <a href="https://raphaelnussbaumer.com/GeoPressureManual/geolocator-intro.html">GeolocatorManual</a> R book has a dedicated part on the use of Geolocator Data Package. This is a great place to start learning more on how to use it with your GeoPressureTemplate project.
73
+
The <a href="https://raphaelnussbaumer.com/GeoPressureManual/geolocator-intro.html">Geolocator Manual</a> R book has a dedicated part on the use of the GeoLocator Data Package. This is a great place to start learning more about how to use it with your GeoPressureTemplate project.
The <a href="https://raphaelnussbaumer.com/GeoLocatoR/">GeoLocatoR</a> R package is designed to handle GeoLocator DP: creating DP, adding resources to DP, writing DP and reading DP. It is essentially an extension of the <a href="https://docs.ropensci.org/frictionless/">frictionlessr</a> package for geolocator data.
81
+
The <a href="https://raphaelnussbaumer.com/GeoLocatoR/">GeoLocatoR</a> R package is designed to handle GeoLocator DP: creating a DP, adding resources, writing a DP, and reading a DP. It is essentially an extension of the <a href="https://docs.ropensci.org/frictionless/">frictionlessr</a> package for geolocator data.
<a href="https://raphaelnussbaumer.com/GeoPressureR/">GeoPressureR</a> is the main package to analyse geolocator data. Once a Geolocator data package is created, GeoPressureR is our recommended software to read the data into R and analyse the data.
87
+
<a href="https://raphaelnussbaumer.com/GeoPressureR/">GeoPressureR</a> is the main package to analyze geolocator data. Once a GeoLocator Data Package is created, GeoPressureR is our recommended software to read the data into R and analyze the data.
91
88
</td>
92
89
</tr>
93
90
</table>
94
91
95
-
## How to cite
92
+
## How to Cite
96
93
97
94
> Nussbaumer, R. (2024). GeoLocator Data Package. Zenodo. [10.5281/zenodo.14258411](https://doi.org/10.5281/zenodo.14258411)
0 commit comments