Closed smohiudd closed 10 months ago
Thanks for bringing this up!
I have amended & merged your changes in https://github.com/public-transport/gtfs-via-postgres/commit/112e38bfb57a71be06db8a1d60f545b6c9fd1ffe. Thanks!
Do you want to be mentioned in package.json
as a contributor. If you do, with which notation? smohiudd <saadiq@developmentseed.org>
?
Published a while ago in gtfs-via-postgres@4.9.0
. 🎉
Thank you! @derhuerst apologies I missed you ask about the contribution.
In the
stop_times
tables,shape_dist_traveled
has theREAL
data type but is parsed as an int usingparseInt
. This PR parsesshape_dist_travelled
usingparseFloat
.