Skip to content

Commit 26e2783

Browse files
committed
explore directories
1 parent 04745b2 commit 26e2783

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

main.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,13 @@ def get_crs_of_data(file, vector=False):
162162
raster_accepted = ['asc', 'tiff', 'geotiff', 'jpeg']
163163
vector_accepted = ['shp', 'gpkg', 'geojson']
164164

165+
166+
# get folder structure
167+
logger.info(glob.glob(join(data_path,'*'), recursive=True))
168+
logger.info(glob.glob('---')
169+
logger.info(glob.glob(join(data_path,input_dir,'*'), recursive=True))
170+
171+
165172
# get input file(s) - the data to clip
166173
input_files = [f for f in listdir(join(data_path, input_dir, data_to_clip_dir)) if isfile(join(data_path, input_dir, data_to_clip_dir, f))]
167174
if len(input_files) == 0:

0 commit comments

Comments
 (0)