Skip to content
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

Create a web application. #21

Open
javiersanp opened this issue Jan 27, 2018 · 4 comments
Open

Create a web application. #21

javiersanp opened this issue Jan 27, 2018 · 4 comments

Comments

@javiersanp
Copy link
Contributor

javiersanp commented Jan 27, 2018

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

@javiersanp
Copy link
Contributor Author

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
Copy link
Collaborator

Xevib commented Jan 27, 2018

@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
Copy link

alejandroscf commented Jan 27, 2018 via email

@javiersanp
Copy link
Contributor Author

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

  • osm2pgsql
  • postgresql+postgis
  • Cargar la base de datos (17 GB)
  • Script para descrgar diffs y actualizarla
    ¿Qué características tiene el servidor?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants