Geopandas World and Country Maps Libraries

Viewed 1348

How can i get different world map views besides the default 'naturalearth_lowres'. For info, I'am able to access that using the following code:

world = geopandas.read_file(geopandas.datasets.get_path('naturalearth_lowres'))

I find this version (naturalearth lowres) to be very dull and would like to see if there are other options ( such as one that shows world map from satellite view), also, map should have high resolution as i need to import many data points across the globe.

Satellite view example:

enter image description here

Appreciate your help.

0 Answers
Related