Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

addon/53 Add Bus Stops Data Importer and Converter (Python & Java) - #54

Open
dawciobiel wants to merge 2 commits into
mainfrom
addon/bus-stops-importer
Open

addon/53 Add Bus Stops Data Importer and Converter (Python & Java)#54
dawciobiel wants to merge 2 commits into
mainfrom
addon/bus-stops-importer

Conversation

@dawciobiel

@dawciobiel dawciobiel commented Feb 28, 2025

Copy link
Copy Markdown
Contributor

Implemented a bus stops data importer that loads .json files into the bus_stops table in PostgreSQL.
Developed a bus stops data converter to transform .json data into .sql format.
Provided implementations in both Python 3 and Java.
Ensured compatibility with the existing smart-route database schema.

This tool facilitates seamless integration of external bus stop data into the project.

Closes #53

Implemented a bus stops data importer that loads .json files into the bus_stops table in PostgreSQL.
Developed a bus stops data converter to transform .json data into .sql format.
Provided implementations in both Python 3 and Java.
Ensured compatibility with the existing smart-route database schema.
Added necessary scripts for usage.
This tool facilitates seamless integration of external bus stop data into the project.
@dawciobiel dawciobiel self-assigned this Feb 28, 2025
@dawciobiel dawciobiel changed the title Add Bus Stops Data Importer and Converter (Python & Java) addon/Add Bus Stops Data Importer and Converter (Python & Java) Feb 28, 2025
@dawciobiel dawciobiel changed the title addon/Add Bus Stops Data Importer and Converter (Python & Java) addon/53 Add Bus Stops Data Importer and Converter (Python & Java) Feb 28, 2025
cezarysanecki
cezarysanecki previously approved these changes Apr 10, 2025
Add functionality to clean table data before import.
Implement import summary display.
Add .env configuration functionality.
Refactor file names.

@dawciobiel dawciobiel left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • JsonToSqlConverter.java
    This is still an alpha version.
    Column names for the bus_stops table should be changed to the appropriate ones.
    Columns dlug_geo, szer_geo replaced with a common column latitude.

  • json-data-importer
    Working version 1.1.0.
    Imports data from a json file to a database table.

  • json-to-sql-converter
    Working alpha version 1.0.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Bus Stops Data Importer and Converter

2 participants