-
Notifications
You must be signed in to change notification settings - Fork 0
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
postgis database #6
Comments
This is all the stuff gral (miss him) were on about;.. and the potgis database and map layers.. |
That isue to remind @geoffmcl himself is why it was fantastic we actuallt had an The next step from there we dicuss was to Aqquire data from the fg=tracker logger wherever that is.. |
It says 'authentication required'... |
And I hope I do not need to remind @pedromorgan that @geoffmcl wrote Aside from the json/xml feeds, the crossfeed client has quite a number of other At present, as explained at length, current GitLab crossfeed can not be re-built in
Well, I for sure do not know Alternatively, I started acquiring cf log data, using the So for now some 34 or so days have been acquired of the When we have caught up with some 34 days of loaded data, have some http query capabilities, we can discuss how to automatically add ongoing data as it happens... that would be quite easy... but not by re-compiling Let's get this swinging ;=)) if all is agreed... |
@geoffmcl re crossfeed.... That is currently in "/home/fg" user.. If you want to go ahead and compile simgear etc in /home/geoff then please have fun.. Only thing i ask is to make sure that any packages installed dont install "x11" or alike.. ie a headless GUI... |
@geoffmcl quick question.. is cfjsonlog.pl in a repository somewhere.. wanna have a look at it.. for curious |
@pedromorgan hi Pete, Re: crossfeed Yes, that the current running crossfeed is currently in To upgrade this to the most recent GitLab But really Oops, seems a
Just a few points different... How do do this?
Yes, of course... cfjsonlog.pl... check it out... is a very quiet 5 second reader of http, of cf json... it has some filters, but essentially writes each crossfeed json fetch to a CSV The 5 second fetch, and the filters, are important to a I did think about the output being in json, especially since the information received is in json, but chose a more concise CSV format... as I read somewhere, to write it in json would more than double the current 30-40 MB daily file size... So the output it in concise CSV format... easy to read by anyone... seems no need for the json bloat here? BUT the best part is when I Right now it outputs some html, like 20160814, but as stated, once I know the pg database specs, it could easily out an update SQL statement... even run it if you want the script to go that far... Now I have looked at the old crossfeed While the CSV offers two more fields to the But So where next? Need cmake update to continue SG creation... Need discussion on the Seems to be moving forward ;=)) OT: Just ran m2 /home/geoff/bin/updcflog.sh, and added |
@fgx/owners I am unclear about things. Are there CSV replay files now available somewhere on freeFlightSim.org - or not yet? If so, what is the link? |
@theo-armour no URL Of course the CSV files are now being created on As I understand it... the specs are being written to put all that CSV data into a Then I imagine eventually something like say cflog.freeflightsim.org/?callsign=THEO&form=json would return all your When that And if you want to show one days flights, of all FIDs, exactly like you are doing now on the globe, maybe say cflog.ffs?date=2016-08-16&form=csv would essentially re-create that Of course this is no gain, since that is what you have now reading these CSV So no Regards, |
So fun is starting here.. So note is the "router", which dictates where the end points will be.. As @geoffmcl mentioned, the idea is to have a database with tables of callsigns, flights, aircraft used, path and timings... Important to note is that the "flight" is made up of postiions, ie lat,lon,alt,time and will be stored in the database as a single row, where the positions are a GeoLine . |
@geoffmcl whats the phrase u got over the stream in paris.. And thats when we were chatting to the guy in honk-kong who does the tracker... |
@geoffmcl Note the |
postgis is a geospatial database..
We start from there and an new db called
cflogs
The text was updated successfully, but these errors were encountered: