To build GeoJson files, use the ._cntr
import matplotlib._cntr as cntr
When trying to load it using matplotlib 2.2.0 it returns error:
ImportError: No module named _cntr
How can this module be imported? Older versions of matplotlib allow for loading, especially 2.1.0 or earlier LTS.