Metadata-Version: 2.4
Name: openroland-crs
Version: 0.1.5
Summary: RomGEO-backed coordinate transformations for Romanian CRSs
Author-email: Nicu Tofan <nicu.tofan@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/OpenRoLand/openroland-crs
Project-URL: Repository, https://github.com/OpenRoLand/openroland-crs
Project-URL: Issues, https://github.com/OpenRoLand/openroland-crs/issues
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy==2.4.6
Requires-Dist: romgeo==0.1.5
Provides-Extra: dev
Requires-Dist: build==1.5.0; extra == "dev"
Requires-Dist: pytest==9.1.1; extra == "dev"
Requires-Dist: twine==7.0.0; extra == "dev"
Dynamic: license-file

# openroland-crs

Convert coordinates to/from Romanian CRSs.

The project is a thin wrapper around the romgeo package.

# Installation

```bash
python -m pip install openroland-crs
```

You can also download/clone the source, in which case you have to:

```bash
git clone https://github.com/OpenRoLand/openroland-crs.git
python -m pip install ./openroland-crs
```
        
To contribute a patch, clone the repository, create a branch, and install it
in editable mode:

```bash
python -m pip install -e ./openroland-crs
```
