Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest release does not install dependencies properly #128

Open
kstrycharz opened this issue Oct 17, 2023 · 2 comments
Open

Latest release does not install dependencies properly #128

kstrycharz opened this issue Oct 17, 2023 · 2 comments

Comments

@kstrycharz
Copy link

Unable to make additions to application. Laspy version required does not resolve when using pip. Attempted a manual install and no luck.

I am having an issue with the Designer when importing courses with the fairway surrounding the green. After digging through the source code, I want to re order how the application renders greens to make sure they end up on top.

@chadrockey
Copy link
Owner

Could you try this requirements.txt and let me know if it works for you:

imutils==0.5.2 matplotlib==3.0.2 numpy==1.15.0 overpy==0.4 opencv-python==4.0.0.21 # opencv-python==4.5.4.60 overpy==0.4 Pillow==6.2.0 PyInstaller pyproj==1.9.6 requests==2.21.0 scikit-image==0.14.2 scipy==1.2.0 urllib3==1.24.2 -e git+https://github.com/chadrockey/laspy@14_fix#egg=laspy

As far as I'm aware, the game ALWAYS priorizes the splines based on the same order, which is roughly:

deep rough -> rough -> fairway -> green -> bunker

Greens should appear on top of everything except for bunkers (and bunker lips).

Let me know if you find any issues or find a fix.

@Baconjunkie1
Copy link

Maybe I'm off in left field and not totally understanding your issue but if you're having issues with some or all fairways not showing up in the apps course preview and also in 2019 it is because on OSM the fairway spline has a MultiPolygon tag. Most fairways that go around the green and the fairways that have sand traps in them you'll find that multipolygon tag. The app will not render those. I don't know how to delete that tag from the spline other than delete that fairway and respline the fairway and the OSM people do not like that .... trust me on that one. LOL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants