utm-epsg-finder

Python Boilerplate contains all the boilerplate you need to create a modern Python package.


Keywords
utm-epsg-finder, epsg, epsg-codes, geospatial, gis, utm
License
MIT
Install
pip install utm-epsg-finder==0.0.1

Documentation

UTM EPSG Finder

PyPI - Version PyPI - License PyPI - Python Version Tests codecov Read the Docs Black pre-commit

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

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.