geometric_features.FeatureCollection.tag

FeatureCollection.tag(tags, remove=False)[source]

Add tags to all features in the collection

Parameters:
  • tags (list of str) – Tags to be added

  • remove (bool, optional) – Whether to remove the tag rather than adding it