I'm trying to strike a balance between an interesting visualisation and the limits of how many shapes can be displayed in a Mapbox visual. I think a single month is too short (could be just a few days of data at the start of a month). The full historical set is too many shapes for Mapbox.
I think the right balance is around the last 3 months, e.g. currently from July to September 2019. Thats the range I've extracted manually in my current report:
https://app.powerbi.com/view?r=eyJrIjoiNzAwMjFmYjQtZDUwYi00NGZmLWFiOWMtYTI1NDBiOWQ3MTA4IiwidCI6ImRjMWYwNGY1LWMxZTUtNDQyOS1hODEyLTU3OTNiZTQ1YmY5ZCIsImMiOjEwfQ%3D%3D
Can the python script be enhanced to produce a single .geojson file with the last 3 months? This would be an alternative to the current monthly logic. Ideally the dates selected would automatically roll forward over time, or I could edit the script once a month if that is easier.