geetools.batch.featurecollection.fromShapefile#

geetools.batch.featurecollection.fromShapefile(filename, crs=None, start=None, end=None)#

Convert an ESRI file (.shp and .dbf must be present) to a.

ee.FeatureCollection.

At the moment only works for shapes with less than 1000 records and doesn’t handle complex shapes.

Parameters:
  • filename (str) – the name of the filename. If the shape is not in the same path than the script, specify a path instead.

  • start

Returns:

the FeatureCollection

Return type:

ee.FeatureCollection