Skip to content

Cartopy Quiz

Test your understanding of Cartopy, map projections, and climate data visualization!


πŸ“ Note: This quiz contains 20 questions including multiple choice and multiple selection questions. Some questions may have more than one correct answer. Select all that apply for those questions.

1. What is the primary purpose of Cartopy?

2. What does the projection parameter specify when creating a map with Cartopy?

3. What does the transform parameter specify when plotting data on a Cartopy map?

4. Which Cartopy projection represents latitude/longitude as a simple rectangular grid?

5. Which projection shows the Earth as it appears from space (a globe view)?

6. Which projection is commonly used for mid-latitude regions and weather maps?

7. What does the set_extent() method do?

8. Which Cartopy features can be added to maps? (Select all that apply)

9. What is Natural Earth in the context of Cartopy?

10. How do you add coastlines to a Cartopy map?

11. What parameter controls the detail level of Natural Earth features (e.g., '110m', '50m', '10m')?

12. What does ax.gridlines() add to a map?

13. Which module provides access to Natural Earth shapefiles in Cartopy?

14. When plotting climate data in lat/lon coordinates on a map, what should the transform parameter be?

15. What is the purpose of the add_feature() method?

16. Which Cartopy classes are used for formatting gridline labels? (Select all that apply)

17. What is the Robinson projection commonly used for?

18. How do you create a GeoAxes (map axes) in Matplotlib with Cartopy?

19. What advantages does Cartopy offer for climate scientists? (Select all that apply)

20. What happens if you forget to specify the transform parameter when plotting data?

Quiz Results

In Partnership With