Skip to main content
14 events
when toggle format what by license comment
Oct 20, 2023 at 11:42 history edited TheBackwardsman CC BY-SA 4.0
added 455 characters in body
S Oct 19, 2023 at 21:59 history bounty ended TheBackwardsman
S Oct 19, 2023 at 21:59 history notice removed TheBackwardsman
Oct 19, 2023 at 21:59 vote accept TheBackwardsman
Oct 20, 2023 at 11:24
Oct 19, 2023 at 13:56 answer added Oliver Lopez timeline score: 1
Oct 19, 2023 at 11:07 comment added Oliver Lopez I deleted my comment, because I found the location before you replied -- see the answer below. Would you mind sharing the complete code (perhaps through a Colab notebook, since you are using python).
Oct 19, 2023 at 11:06 answer added Oliver Lopez timeline score: 1
Oct 19, 2023 at 11:02 comment added TheBackwardsman Thank you for your reply. Here are the bounding box coordinates for this image: POLYGON ((315182.01234129263 5873848.984715646, 317007.7388380545 5873848.984715646, 317007.7388380545 5875589.032606219, 315182.01234129263 5875589.032606219, 315182.01234129263 5873848.984715646)). They're in EPSG:32632. You can read them as a shapely geometry and then use: meadow_geom_ee = ee.Geometry.Polygon(mapping(meadow_envelope_geom)['coordinates'], proj='epsg:32632', evenOdd=False) where the meadow_envelope_geom is the shapely object.
S Oct 18, 2023 at 18:51 history bounty started TheBackwardsman
S Oct 18, 2023 at 18:51 history notice added TheBackwardsman Canonical answer required
Oct 9, 2023 at 19:41 history edited PolyGeo
edited tags
Oct 9, 2023 at 14:04 history edited Vince CC BY-SA 4.0
naming
Oct 9, 2023 at 12:36 history edited TheBackwardsman CC BY-SA 4.0
added 173 characters in body, that fixes an ID typo and added the crs and transform info
Oct 9, 2023 at 12:25 history asked TheBackwardsman CC BY-SA 4.0