docs / api / pysoilmap / ee.rst

pysoilmap.ee

Utilities for Google Earth Engine API.

Functions

add_map_layer(self, image[, vis_params, ...])

Add an image layer to a folium.Map.

cast_shadows(image, cloud)

Calculate potential locations of cloud shadows.

center(image)

Center a folium.Map on a given Image.

download_image(image[, bands, format, ...])

Download a small image (<=50MB) from Google Earth Engine API.

initialize()

Initialize Google Earth Engine.

load_image(image, **kwargs)

vis(img[, bands, region])

Return visualization parameters for the given image.

Classes

LayerRadioControl([position, collapsed, ...])

Same as folium.LayerControl, but assumes the overlay layers are exclusive and the base layers are optional.

Class Inheritance Diagram

Inheritance diagram of pysoilmap.ee.LayerRadioControl