ChHarding
ChHarding
You can get this effect by using the lower_leq manual setting. To lower any cells less or equal 0 by 2 mm use: "lower_leq":[0, 2] Here's a longer explanation from...
Sadly no, I can only use DEM sources from the Google Earth Catalog: https://developers.google.com/earth-engine/datasets/tags/dem I’m guessing that you want to print a very “zoomed in” area where the better 10...
That happens when the box is slightly rotated, basically the top and bottom sides are not perfectly East-West aligned. The little steps are basically stair step patterns (as we still...
Put this line print(args["polygon”]) After this line: args["polygon"] = Polygon(polyft.getInfo()['geometry']['coordinates’]) And send me what that prints out On Feb 1, 2023, at 18:48, ultrasouls ***@***.******@***.***>> wrote: Perhaps some of your...
I’m still waiting on the info about this. I have a hunch what it could be related to. On Feb 2, 2023, at 12:30, Harding, Chris [GE AT] ***@***.******@***.***>> wrote:...
Sorry, I’m not explaining this well enough: - create your box - In the cell below add this line at the end: print(args["polygon”]) - the full cell code should now...
Thanks! Can confirm the problem :) On Feb 13, 2023, at 13:02, ultrasouls ***@***.******@***.***>> wrote: Here ya go! Note that I had deleted and downloaded the new container in Docker,...
Hi! I (hopefully) fixed that bug. I had to make some assumptions regarding the order in which geemap stores its points and apparently that changed recently. Give it a try....
Sorry about that! Can’t think of a reason right now but I will investigate, although I can’t say that I know a lot about docker. I do know that Google...
So I nuked the image and all its layers from my PC so that docker pull would have to again d/l them, and that worked without the issue that you're...