Metadata-Version: 2.1
Name: ConvertGeoJson
Version: 1.0.6
Summary: Converts a GeoJSON file from L-EST97 Estonian Coordinate System of 1997 to WGS84
Home-page: https://github.com/GlebRed/est97-to-wgs84-convertor
Author: Gleb Redko
Author-email: gleb.redko@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: pyproj
Requires-Dist: tqdm

# GeoJSON Converter 🌍
This script converts a **GeoJSON** file from **L-EST97 Estonian Coordinate System of 1997** to **WGS84**.

## Usage
To use this package, you will need to follow these steps:

Install the package by running 

```bash
pip install --target . ConvertGeoJson
``` 
in your terminal or command prompt.

Run the package by running 

```bash
python -m ConvertGeoJson <input_file>.json
```
in your terminal or command prompt.

The converted GeoJSON will be saved to a file called `output.json` in the same directory as the input file.

## Requirements
The script requires the following Python packages:

* pyproj
* tqdm

You can install these packages using pip:

```bash
pip install pyproj tqdm
```

## Author
This script was created by [Gleb Redko](github.com/glebred).

## License
This project is licensed under the [MIT License](LICENSE).

