ModuleNotFoundError: No module named 'sixs_emulator_ee_sentinel2_batch'I have downloaded as a zip all the files of https://github.com/samsammurphy/gee-atmcorr-S2, including sixs_emulator_ee_sentinel2_batch.py, but no idea why the script is unable to find it. This is the code I entered in the command prompt:
pip install --upgrade https://github.com/ipython-contrib/IPython-notebook-extensions/archive/master.zip --usergit clone git://github.com/jupyter/jupyter-drive.git
pip install -e jupyter-drive
python -m jupyterdrive
ipython profile create nbserver
ipython notebook --profile=nbserver
¿Any idea or suggestion? I would like to correct a collection of Sentinel-2 images and export them in Google Drive. I think I am getting closer, but my programming skills are not so good. Thank you in advance!
# export
export = ee.batch.Export.image.toDrive(\
image=ref,
description='sentinel2_atmcorr_export',
region = region,
scale = 30)
# uncomment to run the export
export.start()
I have installed Jupiter notebook in my MacBook outside of docker container. Do you think that is the reason for not opening a browser while running the last command as showed in the snapshot?
I am new to docker and Jupiter, can you please help me out here?
Thanks
Yask