TUW-GEO / Equi7Grid

Definition of the Equi7Grid - a spatial reference optimized for global high-resolution raster data.
MIT License
55 stars 13 forks source link

pyproj depreciation warning for crs-specification #23

Open raphaelquast opened 2 years ago

raphaelquast commented 2 years ago
from equi7grid.equi7grid import Equi7Grid
grid = Equi7Grid(500).subgrids["EU"]
subgrid.xy2lonlat(3740750.0, 2554250.0)
...\lib\site-packages\pyproj\crs\crs.py:131: FutureWarning: '+init=<authority>:<code>' syntax is deprecated. '<authority>:<code>' is the preferred initialization method. When making the change, be mindful of axis order changes: https://pyproj4.github.io/pyproj/stable/gotchas.html#axis-order-changes-in-proj-6
  in_crs_string = _prepare_from_proj_string(in_crs_string)