File: database.rst

package info (click to toggle)
python-pyproj 3.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,720 kB
  • sloc: python: 13,468; sh: 273; makefile: 90
file content (51 lines) | stat: -rw-r--r-- 1,078 bytes parent folder | download | duplicates (6)
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
45
46
47
48
49
50
51
.. _database:

Database
=========

Methods that query the PROJ database for information.


pyproj.database.get_units_map
-----------------------------

.. note:: The backwards compatible import is `pyproj.get_units_map`

.. autofunction:: pyproj.database.get_units_map

.. autoclass:: pyproj.database.Unit


pyproj.database.get_authorities
--------------------------------

.. note:: The backwards compatible import is `pyproj.get_authorities`

.. autofunction:: pyproj.database.get_authorities


pyproj.database.get_codes
--------------------------

.. note:: The backwards compatible import is `pyproj.get_codes`

.. autofunction:: pyproj.database.get_codes


pyproj.database.query_crs_info
-------------------------------

.. autofunction:: pyproj.database.query_crs_info

.. autoclass:: pyproj.database.CRSInfo

pyproj.database.query_utm_crs_info
-----------------------------------

.. autofunction:: pyproj.database.query_utm_crs_info


pyproj.database.get_database_metadata
---------------------------------------

.. autofunction:: pyproj.database.get_database_metadata