timetable-extension #1
@ -1,7 +0,0 @@
|
||||
package bplan
|
||||
|
||||
// Returns: a slice of objects containing a TIPLOC, Latitude and Longitude
|
||||
func GetTiplocLocations() []TiplocLatLong {}
|
||||
|
||||
// Returns: a slice of objects containing a TIPLOC, Easting and Northing
|
||||
func GetTiplocLocationsOS() []TiplocOS {}
|
@ -1,3 +0,0 @@
|
||||
package bplan
|
||||
|
||||
// Fetch BPLAN data - nothing more, nothing less
|
@ -1,13 +0,0 @@
|
||||
package bplan
|
||||
|
||||
type TiplocLatLong struct {
|
||||
Tiploc string
|
||||
Latitude float64
|
||||
Longitude float64
|
||||
}
|
||||
|
||||
type TiplocOS struct {
|
||||
Tiploc string
|
||||
Easting int64
|
||||
Northing int64
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
package coordinates
|
||||
|
||||
// Converts, fairly roughly between OS and GPS coordinates
|
@ -1,11 +0,0 @@
|
||||
package coordinates
|
||||
|
||||
type OsCoordinates struct {
|
||||
Easting int64
|
||||
Northing int64
|
||||
}
|
||||
|
||||
type GpsCoordinates struct {
|
||||
Latitude float64
|
||||
Longitude float64
|
||||
}
|
1
stations/check.go
Normal file
1
stations/check.go
Normal file
@ -0,0 +1 @@
|
||||
package stations
|
1
stations/parse.go
Normal file
1
stations/parse.go
Normal file
@ -0,0 +1 @@
|
||||
package stations
|
1
stations/run.go
Normal file
1
stations/run.go
Normal file
@ -0,0 +1 @@
|
||||
package stations
|
Loading…
Reference in New Issue
Block a user