Making a geographic grid with pyproj
import cartopy
import cartopy.crs as ccrs
import geopy
import matplotlib.pyplot as plt
import numpy as np
The aim of this notebook is to create a spatial grid of uniform spacing from a user defined origin point
Along the way I will introudice some functionality of geopy …