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)

Converts a DBF file to a JSON file.

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

Converts a Pandas DataFrame to a GeoJSON object.

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

Extracts values from a GEE image at a specific point.

extractPointValuesToDataFrame(ee_object, pt)

Extracts values from a GEE object at a specific point and converts them to a Pandas DataFrame.

featureCollection_to_csv(featureCollection, ...)

Converts a GEE FeatureCollection to a CSV file.

featureCollection_to_json(featureCollection, ...)

Converts a Google Earth Engine (GEE) FeatureCollection to a JSON file.

geeToLocalZonalStats(zones, raster, output_csv)

Computes zonal statistics in GEE and saves the results to a local CSV file.

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

Converts pixel values from an image array to a Pandas DataFrame.

robust_featureCollection_to_df(featureCollection)

Converts a GEE FeatureCollection to a Pandas DataFrame.

setDFTitle(df, title)

Sets a title for a Pandas DataFrame.

tableToFeatureCollection(table_path[, ...])

Converts a table to a GEE FeatureCollection.