Feature Collection
-
class
wlts.collections.feature_collection.FeatureCollection(collections_info) Implement a feature collection.
-
__init__(collections_info) Creates FeatureCollection.
- Parameters
collections_info (dict) – The collection information.
-
collection_type() → str Return collection type.
-
property
host_information Return the host information of image collection.
-
trajectory(tj_attr, x, y, start_date, end_date, language, geometry) Return the trajectory.
- Parameters
tj_attr (list) – The list of trajectories.
x (int/float) – A longitude value according to EPSG:4326.
y (int/float) – A latitude value according to EPSG:4326.
start_date (
str, optional) – The begin of a time interval.end_date (
str, optional) – The begin of a time interval.geometry – Used to return geometry in trajectory.
-
layers_information() → List[Dict] Return the dataset information of feature collection.
-