Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import xml.etree.ElementTree as ET | |
| import json | |
| import os | |
| file_path = [ | |
| "~/Downloads/3 kantone for 11 years - eBird Trip Report (2).kml", | |
| "~/Downloads/3 kantone for 11 years - eBird Trip Report (3).kml", | |
| ] | |
| output_geojson_path = "~/Downloads/output1.geojson" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Load necessary library | |
| library(ecmwfr) | |
| library(ncdf4) | |
| # Define query parameters | |
| latitude <- 48.666848 | |
| longitude <- 9.834224 | |
| years <- 2020:2022 | |
| months <- 1:12 | |
| days <- 1:31 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #' Upgrade a GeoPressureTemplate directory from v3.x to v3.3 | |
| #' | |
| #' This function processes all interim Rdata files, upgrading the `param` structure within each | |
| #' file if it exists. We also upgrade `config.yml`. The function renames the original files to | |
| #' indicate that they have been processed, and saves the updated versions with the same original | |
| #' filename. | |
| #' | |
| #' @return NULL | |
| #' @export | |
| upgrade_geopressuretemplate <- function() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "title": "Geolocator study of {species_name} in {location}", | |
| "contributors": [ | |
| { | |
| "title": "Raphaël Nussbaumer", | |
| "roles": ["ContactPerson", "DataCurator", "ProjectLeader"], | |
| "email": "raphael.nussbaumer@vogelwarte.ch", | |
| "path": "https://orcid.org/0000-0002-8185-1020", | |
| "organization": "Swiss Ornithological Institute" | |
| }, |
NewerOlder