-
Notifications
You must be signed in to change notification settings - Fork 1
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
node-list software #67
Comments
@Shrinks99 suggetsd GeoJSON or similar as well I wrote a quick javascript script to do the conversion to illustrate how it could be done in real time I don't know what the real-world application of it was but i know he was interested in int. perhaps he can comment |
I don't really have a sense of who GeoJSON would be useful for (any ideas?), but it seems easy enough to add as an output. Thanks for the code! |
don't know maybe @Shrinks99 can advise |
GeoJSON is a somewhat popular spec for mapping applications. If we want to convert our map to use Open Street Map eventually we'll likely need to have this format. That said, this is not really a super high priority at the moment however I would appreciate it for the web I've been working on here and there. Nothing concrete or equivalent to what we have right now though. Regarding image creation, Leaflet (the OSM interface I've been using) does have some options for that. Check them out! Generally good images are easier to get out of OSM than Google, |
Interesting, thanks. GeoJSON doesn't seem that hard to convert to, and could even become the new internal format. For now it can just be an output though. Those leaflet options seem interesting too, potentially exactly what we want. Although probably not useful with the current system because we don't use OSM. I think switching to OSM might be out of the scope of this issue, but if there's no good way to get Google Maps images we might be forced to make the switch. |
Already brought up the idea of just making it the default format, @darkdrgn2k explained that trying to fit the data to your use case rather than the other way around was a bad way to go and I agree. Switching to OSM is out of scope of this issue, I can show you what I've been working on and using it for printing images might be a good first step at eventually ditching Google. We've got more important things to do though. |
The only other I can think of is yml but not sure if huge value there. Your current list seems solid. |
KML script is finished, see here. I will write the GeoJSON output (and maybe CI stuff) before creating a PR. Edit: GeoJSON too.. |
Current issue: The release URLs cannot be hotlinked for use in other applications due to GitHub's Content Security Policy. Web browsers will not make the request. I think we should combine both proposed models and also keep the latest versions of the outputs in a branch with no history, Edit: Complete, see the README for direct links, and the |
First of all, congrats on getting the pipe set up!
This may auto-generate assets for us to distribute in a region around the nodes! Also, I propose to name files more descriptively and consistently, for example:
Even the source file |
That's the idea! π€ It looks somewhat difficult, but I will try and get that set up.
Done, see this commit.
I'm not going to change this now since other things rely on it, but that would be nice. |
@YurkoWasHere outside of this repo, is this the only dependency? @makeworld-the-better-one if so I'd say now is the best time to change it :) |
I believe so. I'll wait on confirmation before changing so that the website can be updated at the same time. |
There are several other places the use
i should sunset/cleanup the rest anyway since the format has changed drastically. but i would be fine in changing the name. |
I would like some clarity on the point of
|
I have opened tomeshnet/node-list#44 with the name change.
I would say yes for now, to both things. We can expand it if needed, but I don't see why not.
I've mentioned this in tomeshnet/node-list#25 before, I think that having a separate services file is a good idea, as it tends to be used for different things than the list of nodes. |
I would say, put every node type into the list and make the rest a future problem. Services not at the moment. |
This initial comment is collaborative and open to modification by all.
Task Summary
ποΈ Re-ticketed from: #57
π Due date: N/A
π― Success criteria: Write software that converts node-list JSON into desired outputs, and set it up in the node-list CI.
From @benhylau here
To Do
In a branch without history,gh-pages
style. No history of outputs, but a simpler modelHave a Github release for every commit, and upload them as release assetsOther outputs? Feel free to edit and add.
The text was updated successfully, but these errors were encountered: