We can make this file beautiful and searchable if this error is corrected: It looks like row 9 should actually have 15 columns, instead of 1 in line 8.
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
session timestamp threshold f_down f_up flip direction y_label year correct answer size reference ci effect | |
1fac9222f2145bc4f2cf0dd45d064cb5 1664990246.89318 -0.105360515657826 -0.612487747753039 0.227102187857963 -1 1 2 2009 4 5 1 1 1 1 | |
1fac9222f2145bc4f2cf0dd45d064cb5 1664990249.08984 -0.287682072451781 1.18675590982893 1.64324364077765 -1 1 1 2008 1 5 3 1 1 1 | |
1fac9222f2145bc4f2cf0dd45d064cb5 1664990250.71818 -0.287682072451781 -1.90642831160221 0.924513660208322 1 -1 1 2014 10 5 4 1 1 1 | |
1fac9222f2145bc4f2cf0dd45d064cb5 1664990252.88987 -0.105360515657826 1.46980105993571 1.67080474446993 1 1 2 2003 4 5 3 1 1 1 | |
1fac9222f2145bc4f2cf0dd45d064cb5 1664990615.99128 -0.105360515657826 -1.76778395136353 -1.47172242180677 1 -1 1 2011 3 1 3 3 3 3 | |
1fac9222f2145bc4f2cf0dd45d064cb5 1664990621.91138 -0.287682072451781 -0.483360405918211 0.535864506987855 -1 -1 1 2009 4 3 1 3 3 3 | |
1fac9222f2145bc4f2cf0dd45d064cb5 1664990626.23715 -0.287682072451781 -1.65960841311608 -1.41107549134176 -1 -1 1 2012 4 3 3 3 3 3 | |
1fac9222f2145 |
We can make this file beautiful and searchable if this error is corrected: It looks like row 9 should actually have 15 columns, instead of 1 in line 8.
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
session timestamp threshold f_down f_up flip direction y_label year correct answer size reference ci effect | |
459eef407850017715ef25d2018c1a09 1666182493.75989 -0.105360515657826 -1.14442467307672 0.193361649580766 -1 -1 1 2005 4 5 4 1 1 1 | |
459eef407850017715ef25d2018c1a09 1666182496.97461 -0.105360515657826 1.08578943476314 1.32002171427011 -1 1 2 2014 3 5 3 1 1 1 | |
459eef407850017715ef25d2018c1a09 1666182499.45625 -0.287682072451781 -1.22023169298191 -1.06808504745131 -1 -1 2 2002 3 5 3 1 1 1 | |
459eef407850017715ef25d2018c1a09 1666182502.47117 -0.287682072451781 -1.12853732525837 0.325368270813487 1 -1 1 2004 4 4 4 1 1 1 | |
5a8eb08ae2bbf2aa85256cd9fb5e03fe 1664982313.23744 -0.287682072451781 -0.813569071539678 0.739839082071558 -1 1 1 2010 4 5 1 NA 1 1 | |
5a8eb08ae2bbf2aa85256cd9fb5e03fe 1664982316.21741 -0.105360515657826 -1.89182385022286 0.685695351450704 -1 -1 2 2009 9 5 4 NA 1 1 | |
5a95549eba73e4416b458b1c9a45aac5 1664991606.71048 -0.287682072451781 1.12498715246329 1.9504454091657 -1 1 2 2013 4 5 3 NA 1 1 | |
5a95549eba7 |
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
[ | |
{ | |
"id": "c683382b.22b6d", | |
"type": "api-call-service", | |
"z": "645063bf.d45e6c", | |
"name": "zet positie", | |
"server": "44c0c9a9.f23da8", | |
"version": 1, | |
"debugenabled": false, | |
"service_domain": "cover", |
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
x <- c( | |
"a", "A", "0", "9", "z", "Z", "\U20AC UTF-8", | |
"\U00E9", "&", "\U00E0", "\U00B5", "\U00E7", "€ plain", "|", "#", "@", "$" | |
) | |
message("raw input") | |
print(x) | |
x <- enc2utf8(x) | |
message("input encoded as UTF-8") | |
print(x) | |
Sys.setlocale(locale = "C") |
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
library(osmdata) | |
library(leaflet) | |
opq(bbox = "Terschelling") %>% | |
add_osm_feature(key = "power", value = "generator") %>% | |
add_osm_feature(key = "generator:source", value = "wind") %>% | |
osmdata_sp() -> mm | |
leaflet() %>% | |
addTiles() %>% | |
addMarkers(data = mm$osm_points) |
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: "Compare datahash among OS" | |
output: github_document | |
--- | |
```{r setup, include=FALSE} | |
knitr::opts_chunk$set(echo = TRUE) | |
``` | |
```{r} |
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
docker pull inbobmk/rn2k:latest | |
docker run --rm --env-file ./env.list inbobmk/rn2k:latest ./analysis.sh -g inbo/[email protected] -g inbo/n2kanalysis@inla_poisson -b n2kmonitoring -p abv -m 005ae317c931561a05b53fcfa860d7ac61dfec85.manifest |
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
x | y | z | |
---|---|---|---|
test, nog iets | 2023-06-19T04:39:25Z | 20230619T043925Z | |
NA | 2034-10-01T04:45:17Z | 20341001T044517Z | |
NA | 2028-07-02T17:54:27Z | 20280702T175427Z |
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: "Infoavond mobiliteit Sint-Rochus, verslag groep 7" | |
author: "Thierry Onkelinx" | |
date: "23 maart 2017" | |
output: word_document | |
--- | |
# Globale verkeersstromen | |
- In het huidige plan is er vooral een focus op de verkeersstromen tussen Halle centrum en Essenbeek. Er is weinig aandacht voor de verkeersstromen richting Buizingen. Hierbij denken we zeker aan de verkeersstroom Welkomstlaan - Buizingen en Zuidbrug - Buizingen. |
NewerOlder