src\locusync\tools\visualization.py:24: error: Cannot find implementation or library stub for module named "folium" [import-not-found]
src\locusync\tools\visualization.py:60: error: Library stubs not installed for "geopandas" [import-untyped]
src\locusync\tools\visualization.py:60: note: Hint: "python3 -m pip install types-geopandas"
src\locusync\tools\visualization.py:61: error: Library stubs not installed for "shapely.geometry" [import-untyped]
src\locusync\tools\visualization.py:61: note: Hint: "python3 -m pip install types-shapely"
src\locusync\tools\visualization.py:61: note: (or run "mypy --install-types" to install all missing stub packages)
src\locusync\tools\visualization.py:61: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
src\locusync\tools\visualization.py:118: error: Cannot find implementation or library stub for module named "contextily" [import-not-found]
src\locusync\tools\visualization.py:405: error: Cannot find implementation or library stub for module named "branca.colormap" [import-not-found]
src\locusync\tools\visualization.py:405: error: Cannot find implementation or library stub for module named "branca" [import-not-found]
src\locusync\tools\statistics.py:16: error: Cannot find implementation or library stub for module named "esda" [import-not-found]
src\locusync\tools\statistics.py:17: error: Cannot find implementation or library stub for module named "libpysal" [import-not-found]
src\locusync\tools\statistics.py:61: error: Library stubs not installed for "geopandas" [import-untyped]
src\locusync\tools\statistics.py:61: note: Hint: "python3 -m pip install types-geopandas"
src\locusync\tools\statistics.py:61: note: (or run "mypy --install-types" to install all missing stub packages)
src\locusync\tools\statistics.py:62: error: Cannot find implementation or library stub for module named "libpysal.weights" [import-not-found]
src\locusync\tools\statistics.py:62: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
src\locusync\tools\routing.py:118: error: Returning Any from function declared to return "dict[str, Any]" [no-any-return]
src\locusync\tools\routing.py:243: error: Returning Any from function declared to return "dict[str, Any]" [no-any-return]
src\locusync\tools\routing.py:276: error: Library stubs not installed for "shapely.geometry" [import-untyped]
src\locusync\tools\routing.py:284: error: Library stubs not installed for "shapely" [import-untyped]
src\locusync\tools\raster.py:15: error: Skipping analyzing "rasterio": module is installed, but missing library stubs or py.typed marker [import-untyped]
src\locusync\tools\raster.py:16: error: Skipping analyzing "rasterio.enums": module is installed, but missing library stubs or py.typed marker [import-untyped]
src\locusync\tools\raster.py:16: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
src\locusync\tools\raster.py:17: error: Skipping analyzing "rasterio.warp": module is installed, but missing library stubs or py.typed marker [import-untyped]
src\locusync\tools\raster.py:426: error: Library stubs not installed for "geopandas" [import-untyped]
src\locusync\tools\raster.py:426: note: Hint: "python3 -m pip install types-geopandas"
src\locusync\tools\raster.py:426: note: (or run "mypy --install-types" to install all missing stub packages)
src\locusync\tools\raster.py:427: error: Skipping analyzing "rasterio.mask": module is installed, but missing library stubs or py.typed marker [import-untyped]
src\locusync\tools\raster.py:547: error: Skipping analyzing "rasterio.crs": module is installed, but missing library stubs or py.typed marker [import-untyped]
src\locusync\tools\geometry.py:8: error: Library stubs not installed for "shapely.geometry" [import-untyped]
src\locusync\tools\geometry.py:8: note: Hint: "python3 -m pip install types-shapely"
src\locusync\tools\geometry.py:8: note: (or run "mypy --install-types" to install all missing stub packages)
src\locusync\tools\geometry.py:8: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
src\locusync\tools\geometry.py:9: error: Library stubs not installed for "shapely.ops" [import-untyped]
src\locusync\tools\geometry.py:529: error: Library stubs not installed for "shapely.validation" [import-untyped]
src\locusync\tools\elevation.py:43: error: Returning Any from function declared to return "dict[str, Any]" [no-any-return]
Found 24 errors in 6 files (checked 1 source file)