2

Is it possible to have osmnx and basemap in the same environment? I've been trying to install it but had no luck. I need to plot some coordinates with basemap that I got from osmnx and connect them with lines. If anyone knows an alternative to basemap I would be thankful.

Zinic
  • 27
  • 6

1 Answers1

2

basemap was deprecated a couple years ago and eventually replaced by cartopy, which I encourage you to use instead... basemap creates dependency conflicts since it is incompatible with recent releases of many packages.

gboeing
  • 5,691
  • 2
  • 15
  • 41
  • Thanks. I thought that `cartopy` wasn't still fully operational and would replace `basemap` sometimes later this year – Zinic Aug 18 '20 at 06:55
  • See also https://github.com/SciTools/cartopy/issues/920#issuecomment-321329691 – gboeing Aug 20 '20 at 14:30