Skip to content

britisharmy/pyseeder

Repository files navigation

pyseeder

Generate and recreate data

geo py

https://pypi.org/project/geo-py/

def destination(point, distance, bearing):

geo coding

https://geopy.readthedocs.io/en/stable/index.html

https://stackoverflow.com/questions/24427828/calculate-point-based-on-distance-and-direction

Given a start point, initial bearing, and distance, this will calculate the destina­tion point and final bearing travelling along a (shortest distance) great circle arc.

formula

φ2 = asin( sin φ1 ⋅ cos δ + cos φ1 ⋅ sin δ ⋅ cos θ )

λ2 = λ1 + atan2( sin θ ⋅ sin δ ⋅ cos φ1, cos δ − sin φ1 ⋅ sin φ2 )

where φ is latitude, λ is longitude, θ is the bearing (clockwise from north), δ is the angular distance d/R; d being the distance travelled, R the earth’s radius

tools

https://github.com/aio-libs/aiomysql

https://github.com/aio-libs/aiohttp

https://github.com/mosquito/aiofile

code formatting

https://github.com/psf/black/

password encryption support

  • Django
  • Laravel
  • Ion auth

AI generated photos

https://github.com/python-pillow/Pillow

Releases

No releases published

Packages

No packages published

Languages