Open CameronLP opened 8 months ago
I get this warning when the projection is defined using projection = CRS.from_epsg(4326)
:
/home/cameron/miniforge3/lib/python3.10/site-packages/pyproj/crs/crs.py:1286: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj = self._crs.to_proj4(version=version)
Replace projection = CRS.from_epsg(4326) in AreaDefinitions