# Stop Place Data

import StopsTable from '../../src/runtime/components/open-data/StopsTable/StopsTable'
import RegionalStopsTable from '../../src/runtime/components/open-data/RegionalStopsTable/RegionalStopsTable'
import { Callout } from 'zudoku/components'

This page lists all our stop place data dumps which are updated daily. All data dumps have permanent URL's and come as NeTEx or GTFS datasets. NeTEx is the official format for public transport data in Norway and is the most complete in terms of available data. GTFS is a downstream format with only a limited subset of the total data.

## Authentication

Category: National journey planning. License: NLOD

## General information

The stops referred to are defined in the [national stop registry](https://stoppested.entur.org/). It's possible to view the content without an account. You can also use the geocoder or NeTEx dump to extract what you may be looking for.

The stop identifiers are unique across all the datasets. Regardless of the data source.

The richness of the data depends on the source data from the respective county or operator. All parties are required to submit their data in the NeTEx format, in accordance with the Norwegian NeTEx profile, but unfortunately, we're not there yet.

## Format specification

### NeTEx and Norwegian profile

NeTEx (Network and Timetable Exchange) is an XML-based format for sharing public transport data. It is a CEN-standard and is slated to become an EU standard for national datasets.

-   [Read about NeTEx](http://netex-cen.eu/) (external)
-   [Nordic NeTEx profile](https://enturas.atlassian.net/wiki/spaces/PUBLIC/pages/728891481/Nordic+NeTEx+Profile) defines all the elements, and when and how to use them.
-   [White papers](http://netex-cen.eu/?page_id=14) (external)
-   [XSD XML Schema](https://github.com/NeTEx-CEN/NeTEx) (external)

### GTFS

-   [Reference](https://gtfs.org/documentation/schedule/reference/) (external)
-   [Best practice and tools](https://gtfs.org/) (external)


## Stop Place and Quays


### Complete datasets for Norway

<StopsTable
  showDescription={true}
  datasets={[
    {
      name: "Entire Norway (Current stops)",
      description: "Latest valid version of all stops in Norway",
      netex: "https://storage.googleapis.com/marduk-production/tiamat/Current_latest.zip",
      gtfs: "https://storage.googleapis.com/marduk-production/tiamat/Current_latest-gtfs.zip",
    },
    {
      name: "Entire Norway (Current + future stops)",
      description: "Current and future versions of all stops in Norway",
      netex: "https://storage.googleapis.com/marduk-production/tiamat/CurrentAndFuture_latest.zip",
    },
    {
      name: "Entire Norway (All stop versions, incl. outdated)",
      description: "Current, future and outdated versions of all stops in Norway",
      netex: "https://storage.googleapis.com/marduk-production/tiamat/Full_latest.zip",
    },
  ]}
/>

### Stops and Quays per region – Current stops

<RegionalStopsTable
  regions={[
    { name: "Agder", netex: "https://storage.googleapis.com/marduk-production/tiamat/42_Agder_latest.zip" },
    { name: "Akershus", netex: "https://storage.googleapis.com/marduk-production/tiamat/32_Akershus_latest.zip" },
    { name: "Buskerud", netex: "https://storage.googleapis.com/marduk-production/tiamat/33_Buskerud_latest.zip" },
    { name: "Finnmark", netex: "https://storage.googleapis.com/marduk-production/tiamat/56_Finnmark_latest.zip" },
    { name: "Innlandet", netex: "https://storage.googleapis.com/marduk-production/tiamat/34_Innlandet_latest.zip" },
    { name: "Møre og Romsdal", netex: "https://storage.googleapis.com/marduk-production/tiamat/15_More%20og%20Romsdal_latest.zip" },
    { name: "Nordland", netex: "https://storage.googleapis.com/marduk-production/tiamat/18_Nordland_latest.zip" },
    { name: "Oslo", netex: "https://storage.googleapis.com/marduk-production/tiamat/03_Oslo_latest.zip" },
    { name: "Rogaland", netex: "https://storage.googleapis.com/marduk-production/tiamat/11_Rogaland_latest.zip" },
    { name: "Telemark", netex: "https://storage.googleapis.com/marduk-production/tiamat/40_Telemark_latest.zip" },
    { name: "Troms", netex: "https://storage.googleapis.com/marduk-production/tiamat/55_Troms_latest.zip" },
    { name: "Trøndelag", netex: "https://storage.googleapis.com/marduk-production/tiamat/50_Trondelag_latest.zip" },
    { name: "Vestfold", netex: "https://storage.googleapis.com/marduk-production/tiamat/39_Vestfold_latest.zip" },
    { name: "Vestland", netex: "https://storage.googleapis.com/marduk-production/tiamat/46_Vestland_latest.zip" },
    { name: "Østfold", netex: "https://storage.googleapis.com/marduk-production/tiamat/31_Ostfold_latest.zip" },
  ]}
/>

### Railway Stations Datasets

<StopsTable
  showDescription={true}
  datasets={[
    {
      name: "Railway stations",
      description: "All railway stations in Norway",
      netex: "https://storage.googleapis.com/marduk-production/tiamat/RailStations_latest.zip",
    },
  ]}
/>