The Universal Translator of Geodetic Coordinate File Formats
Project description
Posetta, the Universal Translator of Geodetic Coordinate File Formats
Posetta is a command line and GUI utility for translating between different file formats used for representing geodetic coordinates.
Note: Posetta is still in pre-alpha status. Its functionality will change, and it should not be depended on in any production-like setting.
Installing Posetta
Posetta is available at PyPI. You can install it by simply running
pip install posetta
Installing Posetta from source
Posetta depends on other brilliant Python packages, like for instance numpy. We recommend using the Anaconda distribution to ease the installation of these dependencies.
Install Anaconda
Go to www.anaconda.com/download, and download Anaconda for Python 3.
Download the Posetta source code
If you have not already done so, download the Posetta source code, from
GitHub. Then enter the main
posetta
directory before running the install commands below.
cd posetta
Install dependencies
You should now install the necessary dependencies using the
environment.yml
-file. You can do this either in your current conda
environment, or choose to create a new posetta
-environment. In general, you
should install posetta
in its own environment.
To install posetta
in a new environment named posetta
and activate it, do
conda env create -n posetta -f environment.yml
conda activate posetta
To instead install posetta
in your current environment, do
conda env update -f environment.yml
Install the Posetta package
To do the actual installation of Posetta, use the flit
packaging tool:
flit install --dep production
If you want to develop the Posetta package, install it in editable mode using
flit install -s
On Windows, you can install in editable mode using
flit install --pth-file
Using Posetta
Posetta can be used either as a command line application, or a graphical (GUI) application.
Posetta at the command line
You can use Posetta as a command line tool. Run the following to see instructions:
posetta --help
Posetta as a graphical (GUI) application
Posetta can also be used as a simple point and click GUI application. Run the following command to start it:
posetta_gui
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file posetta-0.0.5.tar.gz
.
File metadata
- Download URL: posetta-0.0.5.tar.gz
- Upload date:
- Size: 702.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.3 CPython/3.7.1 Linux/4.4.0-138-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be5a2fb5dac185b4882c3d56e3b64e84490765a410b7c8019c801fbaef4977ce |
|
MD5 | 06b2216de00601edd8ef1711621b430b |
|
BLAKE2b-256 | e4c7caabf5e924b0c9f6b08ed6a25420980f7bc5f707c543cab76bfcbe1f927d |
File details
Details for the file posetta-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: posetta-0.0.5-py3-none-any.whl
- Upload date:
- Size: 747.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.3 CPython/3.7.1 Linux/4.4.0-138-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a63bb0f4a64eac9ca29258f95d466339dde68575ff96c72f511d6b157833d9a9 |
|
MD5 | a99ad30253139254d4d5a517a441177f |
|
BLAKE2b-256 | 0394a7f54078fede21246dc44b01f4ea5762d9f7080e27c5563e0e9b46ce45a6 |