Feature¶
FeatureCollection¶
-
class
aeronet.dataset.vector.FeatureCollection(features, crs='EPSG:4326')[source]¶ Bases:
objectA set of Features with the same CRS
-
apply(func)[source]¶ Applies a given function to all the Features of this FeatureColletion
Parameters: func – A function to be applied to the Features. Must take and return shapely.geometry Returns: A new FeatureCollection with modified Features
-
geojson¶
-