Skip to content

Missing geojson for Tuto 3 #17

@eroan-marie

Description

@eroan-marie

When I tried to run the tutorial 3 cloud classification, I get an error about a missing file at this line :

with open("cloud_class.geojson") as f:
    gj_data = geojson.load(f)

Error:

FileNotFoundError                         Traceback (most recent call last)
Cell In[17], line 1----> 1 with open("cloud_class.geojson") as f:      2     gj_data = geojson.load(f)

File /srv/conda/envs/notebook/lib/python3.12/site-packages/IPython/core/interactiveshell.py:324, in _modified_open(file, *args, **kwargs)    317 if file in {0, 1, 2}:    318     raise ValueError(    319         f"IPython won't let you open fd={file} by default "    320         "as it is likely to crash IPython. If you know what you are doing, "    321         "you can use builtins' open."    322     )--> 324 return io_open(file, *args, **kwargs)FileNotFoundError: [Errno 2] No such file or directory: 'cloud_class.geojson'

I didn't find this file in the project.
Is this a file that I need to pull from somewhere else or is it just missing ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions