gtfstidy | A tool for checking , sanitizing and minimizing GTFS feeds
kandi X-RAY | gtfstidy Summary
kandi X-RAY | gtfstidy Summary
gtfstidy is a Go library. gtfstidy has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
Tidy (and validate) GTFS feeds. Fixes small inconsistencies, minimizes the overall feed size, prepares the feed for secure, standard-compliant further use. Output feeds are semantically equivalent to the input feed. In this context, semantical equivalency means that the output feed provides exactly the same trips with exactly the same attributes (routes, stop-times, shapes, agency, fares etc.). In other words, the output feed is equivalent the to input feed from a passenger's perspective.
Tidy (and validate) GTFS feeds. Fixes small inconsistencies, minimizes the overall feed size, prepares the feed for secure, standard-compliant further use. Output feeds are semantically equivalent to the input feed. In this context, semantical equivalency means that the output feed provides exactly the same trips with exactly the same attributes (routes, stop-times, shapes, agency, fares etc.). In other words, the output feed is equivalent the to input feed from a passenger's perspective.
Support
Quality
Security
License
Reuse
Support
gtfstidy has a low active ecosystem.
It has 86 star(s) with 7 fork(s). There are 7 watchers for this library.
It had no major release in the last 12 months.
There are 7 open issues and 8 have been closed. On average issues are closed in 3 days. There are 1 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of gtfstidy is v0.2
Quality
gtfstidy has 0 bugs and 0 code smells.
Security
gtfstidy has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
gtfstidy code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
gtfstidy is licensed under the GPL-2.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
gtfstidy releases are available to install and integrate.
Installation instructions are not available. Examples and code snippets are available.
It has 4307 lines of code, 173 functions and 28 files.
It has high code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed gtfstidy and discovered the below as its top functions. This is intended to give you an instant insight into gtfstidy implemented functionality, and help decide if they suit your requirements.
- main is the entry point for testing .
- Run implements the Collector interface .
- NewStopClusterIdx creates a new StopClusterIdx .
- NewShapeIdx returns a new ShapeIdx from a slice of shapes .
- merge merges a and b into a .
- diff returns the difference between a and b .
- intersect returns the intersection of a and b .
- cosSimi computes the sum of a and b .
- parse coordinates
- parseDate returns gtfs . Date
Get all kandi verified functions for this library.
gtfstidy Key Features
No Key Features are available at this moment for gtfstidy.
gtfstidy Examples and Code Snippets
Copy
shape_id,shape_pt_lat,shape_pt_lon,shape_pt_sequence,shape_dist_traveled
A_shp,0,0,1,
A_shp,0.6,0.5,2,6.8310
A_shp,1,1,3,15.8765
A_shp,2,1,4
A_shp,3,1,5,36.76
A_shp,3.5,1,6,
B_shp,0,0,1,
B_shp,0.6,0.5,2,6.8310
B_shp,1,1,3,15.8765
B_shp,2,1,4
B_shp,3,
Copy
trip_id,arrival_time,departure_time,stop_id,stop_sequence
AB1a,8:00:00,8:00:00,BEATTY_AIRPORT,1
AB1a,8:10:00,8:15:00,BULLFROG,2
AB1b,8:10:00,8:10:00,BEATTY_AIRPORT,1
AB1b,8:20:00,8:25:00,BULLFROG,2
AB1c,8:20:00,8:20:00,BEATTY_AIRPORT,1
AB1c,8:30:00,8
Copy
shape_id,shape_pt_lat,shape_pt_lon,shape_pt_sequence,shape_dist_traveled
A_shp,0,0,1,0
A_shp,0.6,0.5,2,6.831
A_shp,1,1,3,15.8765
A_shp,2,1,4,26.315065
A_shp,3,1,5,36.76
A_shp,3.5,1,6,42.910156
B_shp,0,0,1,0
B_shp,0.6,0.5,2,6.831
B_shp,1,1,3,15.8765
B
Community Discussions
No Community Discussions are available at this moment for gtfstidy.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install gtfstidy
You can download it from GitHub.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page