earthdaily.datasets package
Subpackages
Module contents
- earthdaily.datasets.load_pivot(to_wkt: bool = False, to_geojson: bool = False)[source]
A pivot located in Nebraska.
- Parameters:
to_wkt (BOOL, optional) – Returns the pivot as a wkt. The default is False.
to_geojson (BOOL, optional) – Returns the pivot as a geojson. The default is False.
- Returns:
pivot – DESCRIPTION.
- Return type:
str, GeoDataFrame
- earthdaily.datasets.load_pivot_corumba(to_wkt: bool = False, to_geojson: bool = False)[source]
A pivot located in Corumba (between Goianas and Brasilia, Brazil).
- Parameters:
to_wkt (BOOL, optional) – Returns the pivot as a wkt. The default is False.
to_geojson (BOOL, optional) – Returns the pivot as a geojson. The default is False.
- Returns:
pivot – DESCRIPTION.
- Return type:
str, GeoDataFrame