Skip to content

Instantly share code, notes, and snippets.

View buganini's full-sized avatar
💭
Anyware Developer

Buganini Chiu buganini

💭
Anyware Developer
View GitHub Profile
@Jeremiah-England
Jeremiah-England / directional_distance.py
Last active August 2, 2024 11:41
Directional Distance with Shapely
"""A small module for finding the distance between two geometries in an arbitrary direction
Inspired by a question/issue in the Shapely github repository (`#1051`_).
Notes
-----
There is another way I can think of doing this which will probably be much faster for
large geometries, but less accurate. It should be possible to stretch both geometries
by a very large amount in the direction perpendicular to the direction you want to
find the distance in. Of course, you would loose the 'movement' idea (i.e. it could

Updated Instructions for App Building

@bpteague Has an excellent update solution as of February 2025 using modern tools and an updated workflow.

This gist will remain here, but is deprecated. I'll keep it here historical and link-preservation purposes only. I strongly encourage everyone to check out the solution above!

Setup

  • Create a developer account with Apple
  • Download and install X-Code from the Apple App Store
@KonradIT
KonradIT / readme.md
Last active July 11, 2024 20:46
GoPro Studio for Linux