Cite This Page
Bibliographic details for Creating Maps in Jupyter Notebook using GeoPandas and CartoPy
- Page name: Creating Maps in Jupyter Notebook using GeoPandas and CartoPy
- Author: CUOSGwiki contributors
- Publisher: CUOSGwiki, .
- Date of last revision: 4 October 2024 20:12 UTC
- Date retrieved: 17 January 2026 22:04 UTC
- Permanent URL: https://dges.carleton.ca/CUOSGwiki/index.php?title=Creating_Maps_in_Jupyter_Notebook_using_GeoPandas_and_CartoPy&oldid=21038
- Page Version ID: 21038
Citation styles for Creating Maps in Jupyter Notebook using GeoPandas and CartoPy
APA style
Creating Maps in Jupyter Notebook using GeoPandas and CartoPy. (2024, October 4). CUOSGwiki, . Retrieved 22:04, January 17, 2026 from https://dges.carleton.ca/CUOSGwiki/index.php?title=Creating_Maps_in_Jupyter_Notebook_using_GeoPandas_and_CartoPy&oldid=21038.
MLA style
"Creating Maps in Jupyter Notebook using GeoPandas and CartoPy." CUOSGwiki, . 4 Oct 2024, 20:12 UTC. 17 Jan 2026, 22:04 <https://dges.carleton.ca/CUOSGwiki/index.php?title=Creating_Maps_in_Jupyter_Notebook_using_GeoPandas_and_CartoPy&oldid=21038>.
MHRA style
CUOSGwiki contributors, 'Creating Maps in Jupyter Notebook using GeoPandas and CartoPy', CUOSGwiki, , 4 October 2024, 20:12 UTC, <https://dges.carleton.ca/CUOSGwiki/index.php?title=Creating_Maps_in_Jupyter_Notebook_using_GeoPandas_and_CartoPy&oldid=21038> [accessed 17 January 2026]
Chicago style
CUOSGwiki contributors, "Creating Maps in Jupyter Notebook using GeoPandas and CartoPy," CUOSGwiki, , https://dges.carleton.ca/CUOSGwiki/index.php?title=Creating_Maps_in_Jupyter_Notebook_using_GeoPandas_and_CartoPy&oldid=21038 (accessed January 17, 2026).
CBE/CSE style
CUOSGwiki contributors. Creating Maps in Jupyter Notebook using GeoPandas and CartoPy [Internet]. CUOSGwiki, ; 2024 Oct 4, 20:12 UTC [cited 2026 Jan 17]. Available from: https://dges.carleton.ca/CUOSGwiki/index.php?title=Creating_Maps_in_Jupyter_Notebook_using_GeoPandas_and_CartoPy&oldid=21038.
Bluebook style
Creating Maps in Jupyter Notebook using GeoPandas and CartoPy, https://dges.carleton.ca/CUOSGwiki/index.php?title=Creating_Maps_in_Jupyter_Notebook_using_GeoPandas_and_CartoPy&oldid=21038 (last visited January 17, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "CUOSGwiki",
title = "Creating Maps in Jupyter Notebook using GeoPandas and CartoPy --- CUOSGwiki{,} ",
year = "2024",
url = "https://dges.carleton.ca/CUOSGwiki/index.php?title=Creating_Maps_in_Jupyter_Notebook_using_GeoPandas_and_CartoPy&oldid=21038",
note = "[Online; accessed 17-January-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "CUOSGwiki",
title = "Creating Maps in Jupyter Notebook using GeoPandas and CartoPy --- CUOSGwiki{,} ",
year = "2024",
url = "\url{https://dges.carleton.ca/CUOSGwiki/index.php?title=Creating_Maps_in_Jupyter_Notebook_using_GeoPandas_and_CartoPy&oldid=21038}",
note = "[Online; accessed 17-January-2026]"
}