You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GeodePy is a python package for precise geodetic and survey computations.
4
4
5
-
This is a package of tools for manipulating geospatial datasets using Python and tested in Python 3.6.4.
6
-
7
-
### Documentation
5
+
## Documentation
8
6
9
7
See [here](https://geodepy.readthedocs.io/) for documentation around downloading and using GeodePy.
10
8
11
-
### Dependencies
9
+
## Features
10
+
11
+
GeodePy includes a variety of features for geodesy and geospatial data manipulation, including:
12
+
13
+
* Converting between coordinate types
14
+
* Transforming between datums
15
+
* Calculating geodetic distances and bearings
16
+
* Working with geoid models
17
+
* Surveying calculations
18
+
* Various classes for angles, coordinates, and datums
19
+
* Statistics
20
+
* And more!
21
+
22
+
## Installation
23
+
24
+
GeodePy is available on PyPi:
25
+
26
+
```console
27
+
$ pip install geodepy
28
+
```
29
+
30
+
## Dependencies
12
31
13
32
This package requires the following PyPI Packages installed:
14
33
@@ -19,32 +38,21 @@ SciPy
19
38
20
39
Additionally, the geodepy.height module requires the GDAL library (tested using GDAL 3.0.4). For more information, see [here](https://gdal.org/index.html) for information about GDAL, [here](https://anaconda.org/conda-forge/gdal) for Anaconda support for GDAL and [here](http://www.gisinternals.com/release.php) for GDAL Binaries for Windows.
0 commit comments