Skip to content

Commit

Permalink
Document that features returned from computeFeatures are reprojected.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 636977728
  • Loading branch information
Google Earth Engine Authors committed May 28, 2024
1 parent e4ee71f commit 9059dcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/ee/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,8 @@ def computeFeatures(params: Dict[str, Any]) -> Any:
A Pandas DataFrame, GeoPandas GeoDataFrame, or a dictionary containing:
- "type": always "FeatureCollection" marking this object as a GeoJSON
feature collection.
- "features": a list of GeoJSON features.
- "features": a list of GeoJSON features reprojected to EPSG:4326 with
planar edges.
- "next_page_token": A token to retrieve the next page of results in a
subsequent call to this function.
"""
Expand Down

0 comments on commit 9059dcd

Please sign in to comment.