If the asset_id does not exist, the python code does not raise a message until it's evaluated. I can combine the asset_exists own function to assess if or not exists and raise a message.
For example, if I run the following: abandoned_wells = ee.FeatureCollection("projects/ee-ronnyale/assets/selected_polygonses") which has an error in the asset name, until I evaluate the asset further down it will raise the error.
If the asset_id does not exist, the python code does not raise a message until it's evaluated. I can combine the
asset_exists
own function to assess if or not exists and raise a message.For example, if I run the following:
abandoned_wells = ee.FeatureCollection("projects/ee-ronnyale/assets/selected_polygonses")
which has an error in the asset name, until I evaluate the asset further down it will raise the error.