1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: pymap3d
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
python3-astropy,
python3-dateutil,
python3-numpy,
python3-pyproj,
python3-pytest,
python3-setuptools,
python3-xarray
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pymap3d
Vcs-Git: https://salsa.debian.org/debian-gis-team/pymap3d.git
Homepage: https://github.com/geospace-code/pymap3d
Package: python3-pymap3d
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Recommends: ${python3:Recommends},
python3-astropy,
python3-dateutil,
python3-numpy
Suggests: ${python3:Suggests},
python3-xarray
Description: pure-Python 3D coordinate conversions for geospace
Pure Python (no prerequistes beyond Python itself) 3-D geographic
coordinate conversions and geodesy.
API similar to popular $1000 Matlab Mapping Toolbox routines for Python.
.
PyMap3D is intended for non-interactive use on massively parallel (HPC)
and embedded systems.
Includes some relevant Vallado algorithms.
.
The package provides conversion functions between the following
coordinate systens:
aer, ecef, eci, enu, geodetic, geocentric, ned, azel, radec.
|