geetools.batch.utils#

Missing docstring.

Attributes#

GEOMETRY_TYPES

Functions#

convertDataType(newtype)

Convert an image to the specified data type.

createAssets(asset_ids, asset_type, mk_parents)

Creates the specified assets if they do not exist.

create_asset(asset_id, asset_type[, mk_parents])

Create an Asset.

downloadFile(url, name, extension[, path])

Download a file from a given url.

getProjection(filename[, path])

Get EPSG from a shapefile using pycrs.

hasZ(pointlist)

Determine if points inside coordinates have Z values.

isPoint(pointlist)

Verify is a list is a list of points.

kmlToGeoJsonDict([kmlfile, data, encoding])

Convert a KML file to a GeoJSON dict.

matchDescription(name[, custom])

Format a name to be accepted as a description.

recrusiveDeleteAsset(assetId)

TODO missing docstring.

removeZ(coords)

Remove Z values from coordinates.

Module Contents#

geetools.batch.utils.GEOMETRY_TYPES[source]#