Hi rraw.
I have already started a prototype Web application using Python and the django framework. It lets us model the different map objects and the relations between them.
I started with a really minimal set of features but this is easily extendable.
What I have not done yet is a good interface. We need ways of entering data in all sorts of formats. Be it csv, XML, json etc.
I want to start with a simple multi-line textarea where each line is a lat lon coordinate. This lets us easily enter stuff like airspaces. From this we could expand to several formats for inputs.
If you would like I would take the time to learn you everything you need to contribute to this app. Python is a very easy going language and if you are familiar with any other OO language, like java, you will get it really quickly. I think my main reason for lacking contribution lately has been that I feel like I'm developing for nobody and that it never would see use. Having a Co developer would be awsome since we then could help motivate and give each other ideas.
The reason for choosing Python as a language is twofold. One that it has a wide adoption, so that maybe someone else can contribute and second that it also has support for geometries in the database layer. Another reason is that I know the framework really well. Tell me what you think :-) have a great day - Morten
--
You received this message because you are subscribed to the Google Groups "openaviationmap" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openaviationm...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
E.g. I can create a csv file or geojson with fixes for routes or add them directly in the app
ICAOID | LATITUDE | LONGITUDE
But we need something to start working and adding more than just Hungary and specially for countries with no electronic data
I will leave the coding to the experts. That is you guys! Once you have something I can put data into I will start.
In the meantime I will create a csv file with fixes to have a head start
--
You received this message because you are subscribed to a topic in the Google Groups "openaviationmap" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openaviationmap/l7ixenlE6Kk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openaviationm...@googlegroups.com.
You received this message because you are subscribed to the Google Groups "openaviationmap" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openaviationm...@googlegroups.com.
Airspaces may be trickier and might need something more like an online editor to cut geographic boundaries. But at least we should have tools to create airspaces based on points, lines and arcs
--
You received this message because you are subscribed to a topic in the Google Groups "openaviationmap" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openaviationmap/l7ixenlE6Kk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openaviationmap+unsubscribe@googlegroups.com.
Like I said before I will leave the dev decisions to you guys but I really think we need a way so people like me can start inputing data soon or we will see no progress
--
You received this message because you are subscribed to a topic in the Google Groups "openaviationmap" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openaviationmap/l7ixenlE6Kk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openaviationm...@googlegroups.com.
Like I said before I will leave the dev decisions to you guys but I really think we need a way so people like me can start inputing data soon or we will see no progress
Advantages of mapcss over cartocss? I thought openstreetmap just switched to cartocss
Hi all
I'm thinking for a first phase, all we want is a simple set of text based data entry screens. Leave the graphical data entry to a second phase.
So, we might have simple Aerodrome, Runway, Navaid and Airspace screens to enter the data.
Later, we could add a point and click graphics input methodology. Either d3js or cesium might work well and could be integrated with the simple text screens.
I've attached a PDF that contains a simple wireframe mockup of what an Aerodrome data entry screen might look like. Obviously, there is a lot of stuff missing from this mockup but it demonstrates the basic concept for getting the data into the system.
Hi, I've worked a bit on the database schema of the Django app. Take a look at it and find out what is missing or what will cause problems. If we find a good database schema we can try to import some big datasets :) * Is there anything that needs improvement? * What are the next important things to model for a map? URL: http://openaviationmap.org:9000/admin/aip/ User: test Password: test