OSM-Catalan / manuel

GNU General Public License v3.0
1 stars 6 forks source link

Create a web application. #21

Open javiersanp opened 6 years ago

javiersanp commented 6 years ago

Create a web interface to display reports and maybe create user defined reports.

javiersanp commented 6 years ago

La herramienta resultante podría estar alojada en *.openstreemap.es, gestionado por @alejandroscf. Un framework bastante sencillo y potente para comenzar a trabajar es flask. Las tablas mejorarían mucho con datatables, se podrían presentar los mapas (#20) e incluso gráficas con plotly.

http://flask.pocoo.org/ https://www.datatables.net/ https://plot.ly/javascript/

Xevib commented 6 years ago

@javiersanp Yo habia pensado alguna vez un usar un notebook de ipython pero flask tambien es una solucion. De hecho generando los .html se podrian servir hasta con

python -m SimpleHTTPServer 8000

https://docs.python.org/2/library/simplehttpserver.html

alejandroscf commented 6 years ago

Vosotros pasadme el código y las instrucciones para desplegarlo y yo pongo el alojamiento ;) Si solo son ficheros html los servimos con el apache que ya hay.

On Sat, Jan 27, 2018, 10:39 Xevi notifications@github.com wrote:

@javiersanp https://github.com/javiersanp Yo habia pensado alguna vez un usar un notebook de ipython pero flask tambien es una solucion. De hecho generando los .html se podrian servir hasta con

python -m SimpleHTTPServer 8000

https://docs.python.org/2/library/simplehttpserver.html

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/OSM-Catalan/manuel/issues/21#issuecomment-360973141, or mute the thread https://github.com/notifications/unsubscribe-auth/ADDUZgIZFeH6DFAtYKIbLcPBRdiHcH9Jks5tOu7ZgaJpZM4RvNM3 .

javiersanp commented 6 years ago

Es más complicado que html. Hay varios requisitos: