Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BikewaysGeoJSON ¶
type BikewaysGeoJSON GeoJSON[BikewaysProperties, [][]float64]
type BikewaysProperties ¶
type BikewaysProperties struct { TypologieSimple string `json:"typologie_simple"` Bidirectionnel string `json:"bidirectionnel"` Statut string `json:"statut"` SensVelo string `json:"sens_velo"` Voie string `json:"voie"` Arrdt int `json:"arrdt"` Bois string `json:"bois"` Length float64 `json:"length"` LongueurDuTronconEnKm float64 `json:"longueur_du_troncon_en_km"` CouloirBus string `json:"couloir_bus"` GeoPoint2D struct { Lon float64 `json:"lon"` Lat float64 `json:"lat"` } `json:"geo_point_2d"` }
type BoroughsGeoJSON ¶
type BoroughsGeoJSON GeoJSON[BoroughsProperties, [][][]float64]
type BoroughsProperties ¶
type BoroughsProperties struct { NSqAr int `json:"n_sq_ar"` CAr int `json:"c_ar"` CArinsee int `json:"c_arinsee"` LAr string `json:"l_ar"` LAroff string `json:"l_aroff"` NSqCo int `json:"n_sq_co"` Surface float64 `json:"surface"` Perimetre float64 `json:"perimetre"` GeomXY struct { Lon float64 `json:"lon"` Lat float64 `json:"lat"` } `json:"geom_x_y"` }
type DistributionData ¶
type DistrictsGeoJSON ¶
type DistrictsGeoJSON GeoJSON[DistrictsProperties, [][][]float64]
type DistrictsProperties ¶
type DistrictsProperties struct { NSqQu string `json:"n_sq_qu"` CQu string `json:"c_qu"` CQuinsee string `json:"c_quinsee"` LQu string `json:"l_qu"` CAr int `json:"c_ar"` NSqAr string `json:"n_sq_ar"` Perimetre float64 `json:"perimetre"` Surface float64 `json:"surface"` GeomXY struct { Lon float64 `json:"lon"` Lat float64 `json:"lat"` } `json:"geom_x_y"` StAreaShape float64 `json:"st_area_shape"` StPerimeterShape float64 `json:"st_perimeter_shape"` }
type StationInformation ¶
type StationStatus ¶
type StationStatus struct { StationCode string `json:"stationCode"` StationID int `json:"station_id"` NumBikesAvailable int `json:"num_bikes_available"` NumBikesAvailableTypes []struct { Mechanical *int `json:"mechanical"` Ebike *int `json:"ebike"` } `json:"num_bikes_available_types"` NumDocksAvailable int `json:"num_docks_available"` IsInstalled int `json:"is_installed"` IsReturning int `json:"is_returning"` IsRenting int `json:"is_renting"` LastReported int `json:"last_reported"` }
Click to show internal directories.
Click to hide internal directories.