Skip to content
Snippets Groups Projects
Commit 45543cd0 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Polish

parent 2cf9b5b7
No related branches found
No related tags found
No related merge requests found
...@@ -113,6 +113,7 @@ class SHPC_class: ...@@ -113,6 +113,7 @@ class SHPC_class:
my_shapefile = path.join(self.dir, f"Slice_{i_slice}", orientation, my_shapefile = path.join(self.dir, f"Slice_{i_slice}", orientation,
layer) layer)
print("Opening", my_shapefile, "...") print("Opening", my_shapefile, "...")
try: try:
self._readers[i_slice][orientation][layer] \ self._readers[i_slice][orientation][layer] \
= shapefile.Reader(my_shapefile) = shapefile.Reader(my_shapefile)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment