UTM EPSG Finder
Description
UTM EPSG Finder allow the user to find the UTM's EPSG code from his vectors in EPSG:4326 and ESPG:3857. Sometimes is useful to know the projected EPSG; as example when you will calculate the polygon's area or the distance between two points. In this case if your vectors are in 4326 or worst in 3857 you can't return a correct value. Remember that with Pseudo-Mercator is not optimal calculate area but if you use an UTM EPSG the output value from area calculation is more correct.
UTM EPSG Finder is based on:
Feature
- Get UTM EPSG for lines
- Get UTM EPSG for points
- Get UTM EPSG for polygons
- Get UTM EPSG for raster
More
- GitHub repo: https://github.com/GIS-Consultant/utm-epsg-finder.git
- Documentation: https://utm-epsg-finder.readthedocs.io
- Free software: MIT
Credits
This package was created with Cookiecutter and the fedejaure/cookiecutter-modern-pypackage project template.
Thanks to g2giovanni for the help to setting up the package.