Closed PyMap closed 1 year ago
Antes de empezar, lo de multipágina me parece genial. Es lo que yo decía el otro día (lo llamé routing)
The PR to the PR (the part after Fede's as of today last comment), does the following stuff:
main.py
into only an entrypoint for the app, and delegates each dashboard's logic to its own object.base.py
module, with a Dashboard
superclass, which is a pretty flexible interface, but still an interfacedocker-compose
file, which instantiates the whole app.I really liked how street greenery and green surfaces templates are designed as subclasses of the Dashboard
rules. This gives us a clear structure which I think it is not only useful for safety purposes but also to write the upcoming templates.
I also liked the multipages configuration. The widgets are very useful too.
Thanks for your wonderful work @NMonnerSans!!
Let´s merge it!
Qué hace este PR:
simulation frame
,Explore results
,Explore zones
,Explore impact
datasources.py
con las bases de datos utilizadasQué no hace este PR:
pymeanshift
via requirements. A futuro se podría reemplazar por otro algoritmo de segmentación. De momento es el que tenemos.model_data.h5