Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
context
I was working on the ImageCollection it's pure bliss as i dont' need to run
reduceRegions
method for geetools. When building stuff i usually work in a notebook usingeerepr
getInfo()
all the time.I was looking at the following dataset from your documentation:
And I got the following:
The method only returns 3 properties:
["label", "value", "warm"]
Problem
Now using the same dataset, explore the available properties in the first feature:
The consequence is that everything relying on the getInfo() method becomes misleading:
side effect
If I manually set up a "fake" system property like https://issuetracker.google.com/issues/329235200 without telling it to the user. That makes it inconsistent with the other objects (Image, FeatureCollection, ImageCollection).
system:image_id
then it will also be discarded in thegetInfo()
which makes me think that you actually implemented my request fromIs there any plan to align them ?