Tag

Cartopy

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Feb 27, 2024 · Fundamentals

Drawing Terrain Maps with Python Using rasterio, geopandas, and cartopy

This article demonstrates how to create detailed terrain maps in Python by installing and importing rasterio, geopandas, cartopy, and related libraries, configuring map fonts, and executing a comprehensive script that reads vector and raster data, applies custom color maps, and renders the final visualization.

Cartopydata visualizationgeopandas
0 likes · 4 min read
Drawing Terrain Maps with Python Using rasterio, geopandas, and cartopy
Python Programming Learning Circle
Python Programming Learning Circle
Dec 9, 2021 · Fundamentals

Plotting 500‑hPa Geopotential Height, Wind Speed, and Wind Barbs with Python, xarray, and Cartopy

This tutorial shows how to load a NAM NetCDF file with xarray, smooth 500‑hPa geopotential height and wind components, compute wind speed using MetPy, and create a Lambert Conformal map with Cartopy that displays color‑filled wind speed, height contours, and wind barbs, finally saving the figure as an image.

CartopyMetPyPython
0 likes · 5 min read
Plotting 500‑hPa Geopotential Height, Wind Speed, and Wind Barbs with Python, xarray, and Cartopy