问题
I want upload an asset to Earth Engine with Python and I don't want use Google Cloud Storage.
Is there a way to upload a particular file (from my computer) directly to the Google Earth Engine using the command line (or using a Python script)?
回答1:
No. You can only upload from Google Cloud Storage via python. The only way to upload directly from your computer is via the playground.
回答2:
i use geemap module and bypass uploading file on googleEarthEngine
来源:https://stackoverflow.com/questions/62147243/upload-asset-in-google-earth-engine-with-python