Skip to content
Advertisement

Tag: google-earth-engine

Is there another way to convert ee.Number to float except getInfo()?

Hello friends! Summarization: I got a ee.FeatureCollection containing around 8500 ee.Point-objects. I would like to calculate the distance of these points to a given coordinate, lets say (0.0, 0.0). For this i use the function geopy.distance.distance() (ref: https://geopy.readthedocs.io/en/latest/#module-geopy.distance). As input the the function takes 2 coordinates in the form of 2 tuples containing 2 floats. Problem: When i am trying

Google Earth Engine multiple filters on date

Using Google Earth engine API, I can filter the start and end date of a satellite data. In this code for example, I can retrieve ASTER information between January 1st 2018 to July 15th 2018. What I need to do, is to retrieve data between 2010 to 2020 but in summers only. Definitely, when I apply multiple ee.Filter.date filters, it

Advertisement