This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #faire payer 40€ pour des GPX = gros chien de la casse | |
| import json | |
| import gpxpy | |
| import gpxpy.gpx | |
| # F12 + onglet network sur la page helloways et recuperer le endpoint du type https://www.helloways.com/api/tracks/5fa70d12b3963833d2cef03e | |
| json_path = "input.json" | |
| parsed_json = json.load(open(json_path)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local hardcodedLocations = {MUSIC_LOCKER = 281089} | |
| local locationsHashtable = {} | |
| for k, v in pairs(hardcodedLocations) do locationsHashtable[v] = k end | |
| local unsortex_bbox = {{4945.39453125, -4923.5698242188 ,100}, | |
| {4851.3471679688, -4903.8276367188 ,-100}, |
OlderNewer