geeViz.gee2Pandas#

Take data from GEE to Pandas and back

geeViz.gee2Pandas facilitates converting GEE objects to tabular formats that work well in more common packages such as Pandas.

Functions

dfToJSON(dbf, outJsonFilename)

df_to_geojson(df[, properties, ...])

extractPointImageValues(ee_image, pt[, ...])

extractPointValuesToDataFrame(ee_object, pt)

featureCollection_to_csv(featureCollection, ...)

featureCollection_to_json(featureCollection, ...)

geeToLocalZonalStats(zones, raster, output_csv)

imageArrayPixelToDataFrame(img, pt[, scale, ...])

robust_featureCollection_to_df(featureCollection)

setDFTitle(df, title)

tableToFeatureCollection(table_path[, ...])