Skip to content
Snippets Groups Projects
Commit 469de575 authored by M2947's avatar M2947 :sunglasses:
Browse files

report

parent e8dab257
No related branches found
No related tags found
1 merge request!1Jaber v01
{
"spellright.language": [
"en",
"fi"
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext"
]
}
\ No newline at end of file
File added
# Project Subject
8. Tavara- ja raskaan liikenteen avoimet datalähteen
......@@ -9,4 +12,66 @@
* Junaliikenteen rajapintojen selvittäminen (erityisesti tavaraliikenne)
* Lentoliikenne (onko avointa rajapintaa Suomessa (finavia)? Saako https://www.flightradar24.com jotakin irti, saapuvat rahtikoneet Helsinki-Vantaa?
\ No newline at end of file
* Lentoliikenne (onko avointa rajapintaa Suomessa (finavia)? Saako https://www.flightradar24.com jotakin irti, saapuvat rahtikoneet Helsinki-Vantaa?
# Documentation
## LAM reports
LAM reports can be found from the link:
https://aineistot.vayla.fi/lam/reports/
## LAM raw data
From the LAM raw data service you can get measurement data starting from year 1995. New data comes once a day at 03:00-04:00 AM.
### Retrieving data
Getting data needs the files exact path and name in following format:
https://aineistot.vayla.fi/lam/rawdata/[year]/[ELY]/lamraw_[lam_id]_[yearshort]_[day_number].csv
where:
* year = year starting from 1995
* ELY = ELY-L area number in 2 digits. Area numbers can be found from the address : http://www.tilastokeskus.fi/meta/luokitukset/ely/001-2019/index.html
01 Uusimaa (contains also: Häme)
02 Varsinais-Suomi (contains also: Satakunta)
03 Kaakkois-Suomi
04 Pirkanmaa
08 Pohjois-Savo (contains also: Etelä-Savo and Pohjois-Karjala)
09 Keski-Suomi
10 Etelä-Pohjanmaa (contains also: Pohjanmaa)
12 Pohjois-Pohjanmaa (contains also: Kainuu)
14 Lappi
* lam_id = LAM point ID
* yearshort = 2 last digits of year
* day_number = day number from beginning of the year
### Output file description
The output file will be in CSV format, where the its headings are as follow:
* Point id
* year
* day number in year
* hour
* minute
* second
* 100th of a second
* length (m)
* lane
* direction
* vehicle class
* speed (km/h)
* faulty (0= valid, 1=incorrect)
* total time
* interval
* jonoalku
#### Vehicle classes
1 HA-PA (henkilö- tai pakettiauto)
2 KAIP (kuorma-auto ilman perävaunua)
3 Linja-autot
4 KAPP (kuorma-auto ja puoliperävaunu)
5 KATP (kuorma-auto ja täysperävaunu)
6 HA + PK (henkilöauto ja peräkärry)
7 HA + AV (henkilöauto ja asuntovaunu)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment