Upload, display and share your KML, GPX or GeoJSON on Windy
-
@elfutok
I am using Windy Mapp app. -
@pavelneuman said in Upload, display and share your KML, GPX or GeoJSON on Windy:
@elfutok After you'll upload it via desktop/laptop, you can view it in your mobile phone browser
Where do I find the track on my phone? the gpx I uploaded via https://www.windy.com/uploader doens't show up in the moblie Windy Maps App. I can create a folder there, but haven't found a way in the the desktop to manage my gpx uploads, only can share and delete them
Thanx for you help
-
Question - how would I create an embed widget given I have a dynamic KML/GPX//GeoJSON fragment?
The input file would need to be passed as a URI parameter as it might be created on the fly
for the same reason, the upload to windy.com seems suboptimal - assuming you would not want a public upload everytime someone retrieves the page with the embed on it
any suggestions?
thanks in advance.
-
here is an example what I'd be looking for: https://sailpatience.com/where-is-patience/ - an embed provided by https://www.predictwind.com/ (which pushes all the right buttons for people trying to do tracking and weather as an embed)
-
@mhaberler
Hi, you mean something like that?
https://gis.ee/leaucommotion/ -
@idefix37 said in Upload, display and share your KML, GPX or GeoJSON on Windy:
@mhaberler
Hi, you mean something like that?
https://gis.ee/leaucommotion/From the links in your post:
"Simple sailing trackers with beautiful Windy weather layers"
Very nice!
-
@jmh2002
Just note that I’m not the owner of this nice track sailing around the world.
https://www.sailblogs.com/member/leaucommotion -
@jmh2002 that looks very promising
will contact the author and see what can be made of it
-
@mhaberler
There are several people who have developed such tracks on Windy maps.
Here is an other example
https://tracker.borisherrmannracing.com/
Another one was the track shown when Greta Thunberg sailed from UK to New York. So Windy developers knows how to do that. -
All those maps are based on Windy API: https://api.windy.com/map-forecast
There are some official examples also available.My site is tracker.ee, you can copy-paste some code if you want, just don't make visually identical clone :)
Multiple boats (race ended, so no active movements):
https://gis.ee/sh/Single boat:
https://gis.ee/leaucommotion/Probably most difficult part is getting data from boat.
For L'Eau Commotion Iridium Go was used.
Iridium Go has automatic reporting service via e-mail.
Server can fetch those e-mail reports and make it usable for Leaflet map (Windy API). -
@siim
@mhaberler
I remember too the live tracker of Ben Lecomte who tried to cross the Pacific from Tokyo to San Francisco. He abandoned in Hawai .
He used a GPS tracker and had of course an assistance boat.
https://benlecomte.com/live-tracker/
https://www.businessinsider.fr/us/swimming-across-pacific-ocean-ben-lecomte-photos-2018-10 -
If i use a KML with a network reference, does your webserver have to have access to that link? Looking to load files from my local network without having to upload them to your server.
-
@skor Hi, if you want to use the 'Upload, display and share your KML, GPX or GeoJSON' feature, you need to upload the file into the browser.
-
Yes, thanks i get that part. My problem is that i may not be allowed to share this data. So i'm trying to make sure i prevent it from being uploaded to your server. My thought was to take advantage of the ability that KML provides to use a reference to another file. So if i do that, does that data get loaded into the local memory of your web app? Or does it first upload the data to your server and then download it to the web browser.
-
Or maybe i'm mis-reading your response. when you say " you need to upload the file into the browser." are you saying that even for the lower example above where it indicates "data is private" are you saying that the data is actually uploaded to the server but you are managing permissions such that i am the only one who can see it?
That's what i was trying to avoid if i can. -
@skor Hi, yes, you can choose 'Make data private' option and then it will not be visible for other users.
-
@Korina yes, thanks for the continued quick replies. While I appreciate that option, and i trust you to not intentionally share the data, I'm trying to determine if there is a way to make sure the data isn't exposed if you had a security incident. My thought on how i could do that is by using the KML option to use a reference to the data like this:
Random Placemark Here is some more kml content http://internalServer.corp/more_kml_content.kml once
-
Well, that didn't format like i wanted. let's try a picture:
-
-
@trevorgankarch
Sorry but I’m not able to help you on this particular matter.