This is a package of tools for manipulating geospatial datasets using Python and tested in Python 3.6.4.
See here for worked examples of common GeodePy functions and routines.
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.
Run: python -m unittest discover geodepy/tests/ --verbose
cd api/
virtualenv env
source env/bin/activate
pip install -r requirements.txt
zappa deploy dev
For subsequent updating run: zappa update dev
- 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.
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.