About 72 results
Open links in new tab
  1. Draw a map of a specific country with cartopy? - Stack Overflow

    Draw a map of a specific country with cartopy? Asked 11 years, 8 months ago Modified 3 years, 5 months ago Viewed 21k times

  2. Install Cartopy & dependencies on Windows - Stack Overflow

    Apr 24, 2018 · For what its worth, I managed to build and install cartopy (and cartes) on Windows 10 with python 3.10.9 and Cartopy==0.21.1 : using pip i.e. without anaconda/conda without the tricky …

  3. Plotting projected data in other projectons using cartopy

    Feb 24, 2017 · This way cartopy will correctly transform your lat/lon values into projected coordinates (in meters) and be able to easily transform your data to other projections during plotting. This issue is …

  4. python - County boarders in Cartopy - Stack Overflow

    How do you plot US county borders in Cartopy? It's very straight forward to plot state and country boundaries ax.add_feature(cfeature.BORDERS.with_scale('50m')) ax.add_feature(cfeature.STATES.

  5. Customize multiple subplots with cartopy in Python

    May 17, 2022 · I try to customize plots in longer vertical size with subplots using cartopy, but still can't figure out how to increase height of each plots (vertical height).

  6. Correct placement of colorbar relative to geo axes (cartopy)

    May 4, 2015 · 29 Using Cartopy, I would like to have full control of where my colorbar goes. Usually I do this by getting the current axes position as basis and then create new axes for the colorbar. This …

  7. python - Increasing resolution of Cartopy stock background ...

    Feb 25, 2019 · Increasing resolution of Cartopy stock background? Ask Question Asked 7 years, 1 month ago Modified 2 years, 6 months ago

  8. How can I show a km ruler on a cartopy / matplotlib plot?

    Sep 1, 2015 · How can I show a km ruler for a zoomed in section of a map, either inset in the image or as rulers on the side of the plot? E.g. something like the 50 km bar on the side (left) or the inset in mi ...

  9. cartopy - set_extent () extending requested boundary

    Apr 19, 2017 · This method is preferred in cartopy because it avoids having to use the set_xlim / set_ylim which always operate in projection coordinates, which can be the cause of much confusion …

  10. python - Increase map size with subplots and Cartopy - Geographic ...

    May 16, 2022 · I try to make subplot maps with Cartopy using data from xarray tutorial and increase each map in vertical size, but failed. Also making colorbar at each specific subplots. import …