Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geoscienceaustralia/geodepy
A toolkit for Geodesy and Surveying in Python
https://github.com/geoscienceaustralia/geodepy
geodesy python surveying
Last synced: 7 days ago
JSON representation
A toolkit for Geodesy and Surveying in Python
- Host: GitHub
- URL: https://github.com/geoscienceaustralia/geodepy
- Owner: GeoscienceAustralia
- License: apache-2.0
- Created: 2018-01-31T02:49:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T23:42:22.000Z (27 days ago)
- Last Synced: 2024-12-08T19:27:50.866Z (14 days ago)
- Topics: geodesy, python, surveying
- Language: Python
- Homepage:
- Size: 12.6 MB
- Stars: 93
- Watchers: 21
- Forks: 49
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ![GeodePy](https://github.com/GeoscienceAustralia/GeodePy/blob/master/docs/geodepy-logo.png)
[![Travis](https://img.shields.io/travis/GeoscienceAustralia/GeodePy/master.svg?label=Travis%20CI)](https://travis-ci.org/GeoscienceAustralia/GeodePy) [![Coverage Status](https://coveralls.io/repos/github/GeoscienceAustralia/GeodePy/badge.svg)](https://coveralls.io/github/GeoscienceAustralia/GeodePy)
This is a package of tools for manipulating geospatial datasets using Python and tested in Python 3.6.4.
### Tutorials
See [here](https://github.com/GeoscienceAustralia/GeodePy/tree/master/docs/tutorials) for worked examples of common GeodePy functions and routines.
### Dependencies
This package requires the following PyPI Packages installed:
```
NumPy
SciPy
```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.
### Testing
Run: `python -m unittest discover geodepy/tests/ --verbose`
## API
```
cd api/
virtualenv env
source env/bin/activate
pip install -r requirements.txt
zappa deploy dev
```For subsequent updating run: `zappa update dev`
### Authors
* **Craig Harrison** - *Project Management* - [harry093](https://github.com/harry093)
* **Josh Batchelor** - *Initial Work, Geodesy and Surveying* - [BatchelorJ](https://github.com/BatchelorJ)
* **Jonathan Mettes** - *Testing, Integration and Deployment* - [jmettes](https://github.com/jmettes)
* **Jack McCubbine** - *Height Module* - [JackMcCubbineGA](https://github.com/JackMcCubbineGA)See also the list of [contributors](https://github.com/GeoscienceAustralia/geodepy/graphs/contributors) who participated in this project.
### License
Copyright 2018-2020 Geoscience Australia
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.