Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- uses: github/codeql-action/init@v3
with:
config-file: ./.github/codeql/codeql-config.yml
matrix:
language: ['python']
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


# TDEI python lib formatter library
# TDEI python lib OSW formatter library

This python package designed to convert geospatial data from one format to another. In this case, it converts data from OpenStreetMap (OSM) format to OpenSideWalks (OSW) format and OpenSideWalks (OSW) format to OpenStreetMap (OSM) format. Let's break down the key components and processes involved in this converter:

Expand Down Expand Up @@ -233,4 +233,5 @@ test_normalize_sidewalk (test_serializer.test_osw_normalizer.TestOSWWayNormalize
Ran 73 tests in 79.494s

OK
```
```
Note: Testing comment
Loading