You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For macOS and windows plateform I guess it doesn't do much as the Downloads (with a capital D) folder already exists. On the other hand, in linux based plateform the downloads are stored in a downloads folder.
Every time I start a geemap I'm actually creating a Downloads folder that I never fill and that is disturbing some of my users.
Is this folder used in an automatic way by the geemap lib afterward ?
Can we think of something that allows people using linux based computer to not have a duplicate downloads folder ?
The text was updated successfully, but these errors were encountered:
The reason for creating the Downloads folder was that many functions and tutorial examples download data to the default Downloads folder when users do not set the output folder. Anyway, I just committed code to disable the creation of the Downloads folder.
in the
ee_initialize
function, the out_dir folder is initialized as well.https://github.com/giswqs/geemap/blob/0af4b82e19e6355bac6c0e068f890f707b5bbea5/geemap/common.py#L22
For macOS and windows plateform I guess it doesn't do much as the
Downloads
(with a capital D) folder already exists. On the other hand, in linux based plateform the downloads are stored in adownloads
folder.Every time I start a geemap I'm actually creating a
Downloads
folder that I never fill and that is disturbing some of my users.Is this folder used in an automatic way by the geemap lib afterward ?
Can we think of something that allows people using linux based computer to not have a duplicate downloads folder ?
The text was updated successfully, but these errors were encountered: