Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions data/World/Europe/SVK/skpos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "SKPOS",
"description": "Slovak Real-time Positioning Service",
"urls": [
"http://skpos.gku.sk:2101"
],
"reference": {
"url": "https://skpos.gku.sk/en/o-skpos.php"
},
"last_update": "2025-11-05",
"streams": [
{
"filter": "all",
"crss": [
{
"id": "EPSG:7931",
"name": "ETRF2000",
"epoch": 2008.5,
"description": "Slovak realization of ETRS89"
}
]
}
]
}
2 changes: 1 addition & 1 deletion data/release.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
19
26 changes: 25 additions & 1 deletion dist/ntrip-catalog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://ntrip-catalog.org/schemas/v0.2/ntrip-catalog.schema.json",
"release": 18,
"release": 19,
"comment": "This file has been automatically generated by a script. Update the 'data' folder if any change is needed.",
"entries": [
{
Expand Down Expand Up @@ -1411,6 +1411,30 @@
}
]
},
{
"name": "SKPOS",
"description": "Slovak Real-time Positioning Service",
"urls": [
"http://skpos.gku.sk:2101"
],
"reference": {
"url": "https://skpos.gku.sk/en/o-skpos.php"
},
"last_update": "2025-11-05",
"streams": [
{
"filter": "all",
"crss": [
{
"id": "EPSG:7931",
"name": "ETRF2000",
"epoch": 2008.5,
"description": "Slovak realization of ETRS89"
}
]
}
]
},
{
"name": "SPSLUX",
"description": "Satellite Positioning System Luxembourg",
Expand Down