Αποτελέσματα Αναζήτησης
In Google Earth Engine (GEE), when I import an image to gee asset from local, the band names appear as b* (e.g., b1, b2, etc.) instead of the original band names. Is there a way to ensure that the ...
21 Σεπ 2021 · These kind of statistics may require or NOT a region over which things are be computed depending on whether you are dealing with a bounded or an unbounded image.
19 Σεπ 2019 · I would like to export as csv of NDVI time series for different points. I currently have a code that can print a chart, then click download the data from chart.
21 Φεβ 2023 · I was experimenting with GEE for the first time (no javascript experience) using ChatGPT as my teacher to achieve the following: I have a shapefile with multiple polygon features.
I need to download a bunch of Landsat images from Google Earth Engine, and I'm doing it in its Python API with. task = ee.batch.Export.image(IMAGE, NAME, config=CONFIG) task.start() Though it's working, the speed is extremely slow. The size of my images is around 70kb, but each takes 4 min or longer.
I'm trying to clip an image collection to the province of Alberta, but filterBounds is not working. Thank you for any help you can offer! I would like the image collection to be clipped, not just the
27 Ιουλ 2018 · I'm trying to plot a chart and get data from Google Earth Engine. I'm using MODIS-Aqua/L3SMI data in Earth Engine. I have used Earth Engines in built functions to compare average sea surface temperatures by day of year per year. However, it's pretty busy and would like to calculate an average per month then plot the different years of the data set.
7 Μαΐ 2021 · Google Earth Engine does have a number of public vector data sets for political boundaries. Search the data catalog for terms like "borders" or the country you're looking for data for, and you may be able to find suitable data.
Is there a simpler way to embed a Google Earth Engine (javascript) application into a web page without following the tortured route presented by the Google EE demo apps? The Earth Engine Code environment makes it quick and fast to develop the core GEE app.
18 Αυγ 2019 · I am trying to find ways to export a single image from an imageCollection and am currently looking at the imageCollection.reduce() functions.