NTNU-SmallSat-Lab / hypso-satpy

1 stars 0 forks source link

Replace projection = CRS.from_epsg(4326) in AreaDefinitions #23

Open CameronLP opened 8 months ago

CameronLP commented 8 months ago

Replace projection = CRS.from_epsg(4326) in AreaDefinitions

CameronLP commented 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)