How to slove error in the "SI_LULC_pipeline"?

I want to try this thing on my city, is it possible?

You will have to get reference (ground truth) data for your city. The rest should work, sure.

1 Like

How did you solve “ValueError: Specified path ./eopatches_small//eopatch_0 does not exist” this error?

@aveenfaheem02 It is just an internet issue, try with high speed internet connectivity

But everything even internet is working fine :frowning: I still get this error

ValueError Traceback (most recent call last)
in
5 pbar = tqdm(total=9)
6 for i in range(9):
----> 7 eopatch = EOPatch.load(’{}/eopatch_{}’.format(path_out, i), lazy_loading=True)
8 ax = plt.subplot(3, 3, i + 1)
9 plt.imshow(np.clip(eopatch.data[‘BANDS’][0][…, [2, 1, 0]] * 3.5, 0, 1))

~\Anaconda3\lib\site-packages\eolearn\core\eodata.py in load(path, features, lazy_loading, mmap)
663 “”"
664 if not os.path.exists(path):
–> 665 raise ValueError(‘Specified path {} does not exist’.format(path))
666
667 entire_content = EOPatch._get_eopatch_content(path, mmap=mmap)

ValueError: Specified path ./eopatches_small//eopatch_0 does not exist

Hi @aveenfaheem02

It looks like that execution of workflow that downloads the data and stores it to ./eopatches_small/ folder did not finish successfully.

can you please check In the same directory as your example notebook folders with name eoexecution-report-2019_12_19-hh_mm_ss should appear.

Take a look at the last one and check report.html. There a clue of what went wrong should be given. when I face the error that was totally due to internet issue.