Download list of stations?

How do download a list of stations with lat-long coordinates? The only place I see the lat-long values are inside each data file.

Comments

  • You can use our advanced download option, where you can directly query our PostgreSQL database for all the additional information you need.

    For the station coordinates you can send a request like:

    SELECT station_abbr, station_name, ST_AsText(station_location), network_abbr FROM station WHERE network_abbr='WEGENERNET'.
    

    For further information about the database structure you can have a look at our ER diagram.

    Please keep in mind that you have to be logged in to use these features.

Sign In or Register to comment.