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)?
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)?
No. You can only upload from Google Cloud Storage via python. The only way to upload directly from your computer is via the playground.
Yes, you can upload some data from the Python API and get some asset too. Check this: https://spatialthoughts.com/2022/02/24/gee-asset-management/