You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+23-2
Original file line number
Diff line number
Diff line change
@@ -129,18 +129,33 @@ BART,Bay Area Rapid Transit,https://www.bart.gov/,America/Los_Angeles,,510-464-6
129
129
The extract command extends the basic copy command with a number of additional options and transformations. It can be used to pull out a single route or trip, interpolate stop times, override a single value on an entity, etc. This is a separate command to keep the basic copy command simple while allowing the extract command to grow and add more features over time.
130
130
131
131
```bash
132
-
% transitland extract --help
133
132
Usage: extract <input><output>
134
133
-allow-entity-errors
135
134
Allow entities with errors to be copied
136
135
-allow-reference-errors
137
136
Allow entities with reference errors to be copied
137
+
-bbox string
138
+
Extract bbox as (min lon, min lat, max lon, max lat), e.g. -122.276,37.794,-122.259,37.834
138
139
-create
139
140
Create a basic database schema if none exists
140
141
-create-missing-shapes
141
142
Create missing Shapes from Trip stop-to-stop geometries
142
143
-deduplicate-stop-times
143
144
Deduplicate StopTimes using Journey Patterns
145
+
-error-limit int
146
+
Max number of detailed errors per error group (default 10)
0 commit comments