I have a Postgres data source that needs to be filtered from hundreds of records to a few records, each time a make a map. Is there a way to automate that, so that the atlas makes map pages for each 'unique' value in the filter field.
To be specific, I have list of states/provinces in the dataset where a particular language is spoken in the country. For each new language map, currently I am filtering the data source list using the filter function on the 'language' field.
Can Python commands or the Atlas feature be used to say generate such filtered language maps in bulk ?
