A Python package providing easy-to-use code that returns recently reported emissions from facilities, socio-economic information for places, emissions records for specific companies and industries, and emissions trends over time
GNU General Public License v3.0
0
stars
0
forks
source link
change mapping options to ensure minimum circle size #28
sometimes, when facilities are filtered, the quantiles become
None
, so fix with something like:aggregate.loc[aggregate['quantile'].isna(),'quantile'] = 3 # Deafult marker size