I’m wondering if there is some kind of built-in functionality that can be used to make subsets of layers.
For example, let’s say I load in a shape file which contains 1000 points. I want to then have another layer which is just a portion of that shape file, say 200 points maybe in a different color. Is there a way to do this? Maybe by filtering whatever attributes are in the shapefile?
Thanks!