"git@transfer.hft-stuttgart.de:co2ampel/ampel-firmware.git" did not exist on "d2b43f658421268c06c63039f51d4404b5360b7b"
Commit a637a2ad authored by Eric Duminil's avatar Eric Duminil
Browse files

TODOs

parent 0c695b29
No related merge requests found
Showing with 5 additions and 0 deletions
+5 -0
...@@ -25,6 +25,11 @@ import zipfile ...@@ -25,6 +25,11 @@ import zipfile
from pyproj import CRS from pyproj import CRS
from pyproj import Transformer from pyproj import Transformer
import shapely
# TODO: Write tests
# TODO: Use logging
from get_coordinates_by_zipcode import get_coordinates_by_zipcode from get_coordinates_by_zipcode import get_coordinates_by_zipcode
COORDINATES_REGEX = re.compile(r"(\-?\d+\.\d*) (\-?\d+\.\d*)") COORDINATES_REGEX = re.compile(r"(\-?\d+\.\d*) (\-?\d+\.\d*)")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment