DhanushNehru / Python-Scripts

A curated list of python scripts for automating your tasks
https://dhanushnehru.github.io/Python-Scripts/
MIT License
551 stars 259 forks source link

Add longitude and latitude to conical converter #329

Closed bibliofilo closed 1 month ago

bibliofilo commented 1 month ago

PR Title

Add longitude and latitude to conical converter

Summary

This PR adds a folder, readme.md and .py file for a script to convert longitude and latitude to Lambert conical converter. This is for issue #328.

Description

The PR adds a .py file with the necessary settings to change Longitude and Latitude to the the Lambert conical conversion format. It includes the specific settings needed for Mexico's geography and census authorities. It also includes a readme.md which explains the theory, dependencies, and some additional resources useful to a reader.

The changes are as follows:

Checks

in the repository

in the PR

Thank You kindly for providing this great practice, BIbliofilo