GA Geodesy Package


Keywords
geodesy, python, surveying
License
Apache-2.0
Install
pip install geodepy==0.4.0

Documentation

GeodePy

Travis Coverage Status

This is a package of tools for manipulating geospatial datasets using Python and tested in Python 3.6.4.

Tutorials

See here 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 for information about GDAL, here for Anaconda support for GDAL and here 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
  • Josh Batchelor - Initial Work, Geodesy and Surveying - BatchelorJ
  • Jonathan Mettes - Testing, Integration and Deployment - jmettes
  • Jack McCubbine - Height Module - JackMcCubbineGA

See also the list of 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.