https://github.com/xyluo25/xyluo25
Config files for my GitHub profile.
https://github.com/xyluo25/xyluo25
Last synced: 3 months ago
JSON representation
Config files for my GitHub profile.
- Host: GitHub
- URL: https://github.com/xyluo25/xyluo25
- Owner: xyluo25
- License: apache-2.0
- Created: 2023-06-27T23:49:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T21:57:34.000Z (4 months ago)
- Last Synced: 2025-02-19T22:31:23.368Z (4 months ago)
- Size: 238 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hi š, I'm Xiangyong Roy Luo

[](https://www.linkedin.com/in/xiangyong-roy-luo/)
[](mailto:[email protected])

## ā” Github Stats




## **š Iām currently working on ...**
* Transportation network optimization, Simulation
* Facility location problems
* Local statistical modeling
* ML, RL, LLM, Langchain, open-cv, neural network...
* Learning...## **š± Open-Source Python/C++ Packages Developed / Contributed**
| PKG | Name | Version/PyPI | Downloads | Description |
| --- | :------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------: | -------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1 | [pyufunc](https://github.com/xyluo25/pyufunc) | [](https://badge.fury.io/py/pyufunc) | [](https://pepy.tech/project/pyufunc) | pyufunc consolidates frequently used utility functions into one cohesive package |
| 2 | [grid2demand](https://github.com/xyluo25/grid2demand) | [](https://badge.fury.io/py/grid2demand) | [](https://pepy.tech/project/grid2demand) | A tool for generating zone-to-zone travel demand based on grid cells or TAZs and gravity model |
| 3 | [utdf2gmns](https://github.com/xyluo25/utdf2gmns) | [](https://badge.fury.io/py/utdf2gmns) | [](https://pepy.tech/project/utdf2gmns) | Convert Synchro UTDF data format to other formats, such as GMNS, SUMO, etc... |
| 4 | [vissim2geojson](https://github.com/xyluo25/vissim2wgs1984) | [](https://badge.fury.io/py/vissim2geojson) | [](https://pepy.tech/project/vissim2geojson) | Convert VISSIM .inpxĀ to .geojson file, convertĀ Ā .fzp and .fhz to csv |
| 5 | [exceltopostgresql](https://github.com/xyluo25/exceltopostgresql) | [](https://badge.fury.io/py/exceltopostgresql) | [](https://pepy.tech/project/exceltopostgresql) | Automatically saveĀ local excel file (xlsx,xls,csv) toĀ postgresql database |
| 6 | [exceltomysql](https://github.com/xyluo25/exceltomysql) | [](https://badge.fury.io/py/exceltomysql) | [](https://pepy.tech/project/exceltomysql) | Automatically saveĀ local excel file (xlsx,xls,csv) to MYSQLĀ database |
| 7 | [exceltosqlserver](https://github.com/xyluo25/exceltosqlserver) | [](https://badge.fury.io/py/exceltosqlserver) | [](https://pepy.tech/project/exceltosqlserver) | Automatically saveĀ local excel file (xlsx,xls,csv) to SQL ServerĀ database |
| 8 | [gtfs2gmns](https://github.com/xyluo25/gtfs2gmns) | [](https://badge.fury.io/py/gtfs2gmns) | [](https://pepy.tech/project/%20gtfs2gmns) | A class-based instance designed for reading, converting, analyzing, and visualizing GTFS data |
| 9 | [DLSim](https://github.com/xyluo25/DLSim-MRM) | [](https://badge.fury.io/py/DLSim) | [](https://pepy.tech/project/dlsim) | Open-source Python package designed for integration of deep learning (first DL)`` and traffic simulation, by extending original C++ based structure of DTALite (second DL) |
| 10 | [osm2gmns](https://github.com/xyluo25/OSM2GMNS) | [](https://badge.fury.io/py/osm2gmns) | [](https://pepy.tech/project/osm2gmns) | Convert map data from OpenStreetMap to network files in GMNS format |
| 11 | [plot4gmns](https://github.com/xyluo25/plot4gmns) | [](https://badge.fury.io/py/plot4gmns) | [](https://pepy.tech/project/plot4gmns) | An open-source academic research tool for visualizing multimodal networks
for transportation system modeling and optimization |
| 12 | [pyhelpers](https://github.com/xyluo25/pyhelpers) | [](https://badge.fury.io/py/pyhelpers) | [](https://pepy.tech/project/pyhelpers) | An open-source toolkit for facilitating Python users' data manipulation tasks. |
| 13 | [mgwr](https://github.com/xyluo25/mgwr) | [](https://badge.fury.io/py/mgwr) | [](https://pepy.tech/project/mgwr) | Multiscale Geographically Weighted Regression (MGWR) (updating...) |
| | ... | | | More on developing status |## **šÆ Open-Source Repositories Developed / Contributed**
| Repo(s) | Name | Description |
| :----------: | ------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1 | utdf2gmns | Synchro utdf format to gmns signal timing format at movement layer |
| 2 | osm2mns | Convert map data from OpenStreetMap to network files in GMNS format |
| 3 | shp2geojson | A Graphical User Interface (GUI) convert shp file to geojson file. |
| 4 | vissim2wgs1984 | Convert VISSIM .inpxĀ to .geojson file, convertĀ Ā .fzp and .fhz to csv |
| 5 | exceltopostgresql | Automatically saveĀ local excel file (xlsx,xls,csv) toĀ postgresql database |
| 6 | exceltomysql | Automatically saveĀ local excel file (xlsx,xls,csv) to MYSQLĀ database |
| 7 | exceltosqlserver | Automatically saveĀ local excel file (xlsx,xls,csv) to SQL ServerĀ database |
| 8 | pyhelpers | An open-source toolkit for facilitating Python users' data manipulation tasks. |
| 9 | gtfs2gmns | Convert [GTFS](https://gtfs.org/) data to GMNS format |
| 10 | DLSim | Open-source Python package designed for integration of deep learning (first DL)
and traffic simulation, by extending original C++ based structure of DTALite (second DL) |
| 11 | plot4gmns | An open-source academic research tool for visualizing multimodal networks
for transportation system modeling and optimization |
| 12 | pyDTALite | Python package for DTALite |
| 13 | tmc2gmns | Convert TMC identification and reading files to GMNS node and link files, and perform QVDF estimation |
| 14 | grid2demand | A tool for generating zone-to-zone travel demand based on grid zones and gravity model |
| 15 | openTN | Open transportation network with macro, meso, and micro (Global-Regional-Local) layers |
| 16 | Traffic-Flow-Fundamental-Diagram | Open-source codes and test data sets for calibrating a wide range of speed-density fundamental diagrams |
| 17 | More repositories: [My GitHub](https://github.com/xyluo25?tab=repositories) | ... |## š ļø Favorite Languages and Tools
## š Github Awards
## š¬ [Ask me about / š« reach out to me](xyluo25.github.io): ...
* [[email protected]](mailto:[email protected])
* orcid: https://orcid.org/0009-0003-1290-9983## ā” Fun fact: ...
* An eye for an eye, a tooth for a tooth