We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
apply
mwe:
using Proj, GeometryBasics import GeometryOps as GO point_grid = Point2d.(-180:180, (-90:90)') # matrix GO.reproject(point_grid, source_crs="+proj=longlat +type=crs", target_crs="+proj=wintri +type=crs") # vector
Status