mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/python-pyproj: new package
Provides cartographic projections in Python https://pyproj4.github.io/pyproj/stable/ Signed-off-by: Daniel Crowe <daniel.crowe@maxmine.com.au> [Julien: - reword commit title - add test files in DEVELOPERS entries ] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
02de349895
commit
7c65b4484e
5
support/testing/tests/package/sample_python_pyproj.py
Normal file
5
support/testing/tests/package/sample_python_pyproj.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from pyproj import CRS
|
||||
|
||||
# WGS 84 - World Geodetic System 1984, used in GPS
|
||||
crs_4326 = CRS.from_epsg(4326)
|
||||
assert crs_4326.name == "WGS 84"
|
||||
Reference in New Issue
Block a user