You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Features constructor creates a feature set based on a GOL.
As an alternative, the constructor could accept an iterable that contains arbitrary Feature objects, which can then be further filtered, displayed on a map, or exported in other formats.
Open issues:
What happens if user passes non-Feature objects? Are they simply ignored? Is an exception raised?
Should features be spatially indexed?
The text was updated successfully, but these errors were encountered:
Currently, the
Features
constructor creates a feature set based on a GOL.As an alternative, the constructor could accept an iterable that contains arbitrary
Feature
objects, which can then be further filtered, displayed on a map, or exported in other formats.Open issues:
Feature
objects? Are they simply ignored? Is an exception raised?The text was updated successfully, but these errors were encountered: