-
Notifications
You must be signed in to change notification settings - Fork 26
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
New functions to generate random latitude and longitude coordinates within a specified polygon #201
New functions to generate random latitude and longitude coordinates within a specified polygon #201
Conversation
Is something not working with this code? I have more functions to add, but GitHub Flow keeps all commits in this PR, so creating a new one would just include these commits too. Do you want me to move these functions to the new JRv2 repo? Thanks! |
Ciao Efrem, dovresti lavorare sul tuo fork e ,quando pensi di aver finito una funzionalità completa, richiedere una PR. Per favore segui questa linea guida (o altre simili): |
Ciao, è quello che mi sembra aver fatto. Questa PR include tutto il necessario per una singola funzione: visto che non avrebbe avuto senso creare una PR solo per caricare il geojson senza una funzione che ne usi le geometrie, giusto? Cosa intendi con "Altrimenti ci arrivano tutte le tue push sul repository e non riusciamo a fare una seria review."? |
io vedo 15 commit e 12 file modificati anche se non sono stati toccati (e.g.: stesse linee rimosse e aggiunte). |
Se disturba, perché non regolarizzare utilizzando un linting o formatting tool per golang. cosi il codice sarebbe omogeneo. |
figurati, non è il disturbo. I linter ci sono ma in fase di build. In ogni caso, il tempo di rivedere le effettive modifiche e mergiamo |
Add two functions to generate random latitude and longitude coordinates within a specified polygon:
NearbyGPSIntoPolygon
: Generates a random point within the polygon, starting from a specified point.NearbyGPSIntoPolygonWhitoutStart
: Generates a random point within the polygon without requiring a starting point.Both functions ensure that the generated points lie within the boundaries of the loaded polygon with a GeoJson file.