geopandas / contextily

Context geo-tiles in Python
https://contextily.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
493 stars 81 forks source link

Fix inconsistency in import alias #230

Closed maxdswain closed 6 months ago

maxdswain commented 6 months ago

This PR addresses the inconsistent import alias, instead of contextily being imported as ctx or cx it is now only imported as cx. This is in line with the GeoPandas documentation.

martinfleis commented 6 months ago

@darribas Do you have a preference on this?