We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d10888 commit c729ca2Copy full SHA for c729ca2
1 file changed
network.qmd
@@ -172,9 +172,13 @@ remotes::install_github("hrbrmstr/hrbrthemes") # in 10.2025 this dependency was
172
remotes::install_github('OPATP/GTFSwizard@main')
173
```
174
175
+If your `zip` contains `shapes.txt` that exist but are empty, delete that file before proceeding.
176
+
177
```{r}
-gtfs_noshapes = GTFSwizard::read_gtfs("original/gtfs_without_shapes.zip") # it will recrreate shapes
-GTFSwizard::write_gtfs("data/r5r/gtfs_with_shapes.zip") # save the result
178
+library(GTFSwizard)
179
+gtfs_noshapes = read_gtfs("original/gtfs_without_shapes.zip") # it will recrreate shapes
180
+summary(gtfs_noshapes)
181
+write_gtfs(gtfs_noshapes, "data/r5r/gtfs_with_shapes.zip") # save the result
182
183
184
::: {.callout-warning appearance="simple"}
0 commit comments