gtfs_stops_clustering 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5babddb5a5a80c3afcdd55dca8b93738633c3e7420392683240665c8c375d4c9
4
- data.tar.gz: c056da474b4bc656e83f6ba76c14e7ea7868225b1075818447da74eb68bc52a6
3
+ metadata.gz: 3e2e3f607f0439e34962d10515cab56ba2a456113300cbb5819e87d75f6ce039
4
+ data.tar.gz: 488c0844cf9b633feab97c702c8ba33004bc72bdf0fb3d09246e7727bb5c7813
5
5
  SHA512:
6
- metadata.gz: 2ad48d54a269da348ffde78fbddb40697b7ed268b66e2ae5f22cae4fd834edccea9e360eb65fecd7a2fb3c22c5f3dfca0e297e2e7adbd61eb75ac106b4b181ef
7
- data.tar.gz: 6c553ba442c11e604fb7740be93c19ff4ea013e3b5fa67c58745c4c704246eace595e147d20792ba5c36b54e640821a3f83688530fdb101d2ed214b47c8f7bce
6
+ metadata.gz: fd6543aa275867c1c711ebb5002b326d3d5b72aab36724d60ec75243e20407ec3a1258ec24895a1087cf23de1b749ec88b6e132938991cc2c03b447f584b3522
7
+ data.tar.gz: 5acd76e6925e49f2da4bb8bd46d3d7255fa27f9a0d13ee650d9f303bb88b2b9fd14b6d07416f0ff5c62890608684512ae888c29d7d6ba25eea048f168eb57dd6
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GtfsStopsClustering
4
- VERSION = "0.1.6"
4
+ VERSION = "0.1.7"
5
5
  end
@@ -61,6 +61,7 @@ module GtfsStopsClustering
61
61
  @clusters.each_value do |cluster|
62
62
  cluster.each do |stop|
63
63
  gtfs_stop = @gtfs_stops.find { |e| e.lat == stop[:stop_lat] && e.lon == stop[:stop_lon] }
64
+ stop[:stop_name] = gtfs_stop.name
64
65
  stop[:stop_id] = gtfs_stop.id
65
66
  stop[:stop_code] = gtfs_stop.code
66
67
  stop[:parent_station] = gtfs_stop.parent_station
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gtfs_stops_clustering
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pietro Visconti
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-12-19 00:00:00.000000000 Z
11
+ date: 2023-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: csv