First Commit

This commit is contained in:
2024-12-02 15:11:30 +01:00
commit 031f6004de
4688 changed files with 441558 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Controls
- [https://leafletjs.com/examples/extending/extending-3-controls.html](https://leafletjs.com/examples/extending/extending-3-controls.html)
- [https://gis.stackexchange.com/questions/337746/leaflet-infobox-plugin](https://gis.stackexchange.com/questions/337746/leaflet-infobox-plugin)
Choropleth Map
- [https://github.com/voluntadpear/vue-choropleth](https://github.com/voluntadpear/vue-choropleth)
- Contains nice info control

View File

@@ -0,0 +1,15 @@
- [ ] Profile Page for usersThey can see uploaded files, with dates and data structure.
- [ ] Have upload file form:checks if data is valid on upload.We could provide them with an excel where they can copy paste --> already good format.
- [ ] Add script entry for all new Django Models.
TODO Later for final App
- [ ] Enable users to delete their account
Installations:
- [ ] Install geodjango dependencies - [https://docs.djangoproject.com/en/2.2/ref/contrib/gis/install/geolibs/](https://docs.djangoproject.com/en/2.2/ref/contrib/gis/install/geolibs/)

View File

@@ -0,0 +1 @@
[https://medium.com/data-decoded/developing-a-web-app-from-scratch-part-1-5492a8e1710e](https://medium.com/data-decoded/developing-a-web-app-from-scratch-part-1-5492a8e1710e)

0
OneNote/BMB/Untitled.md Normal file
View File

View File

@@ -0,0 +1,27 @@
## User friendly GUI
## User friendly GUI
- Expert mode (for advanced users) which is more cumbersome
- Intuitive controls
- Interactive Results Display
- Possibility to export results in various data-formats
## Backend
## Backend
- User authentication (we would provide credentials)
- Database with precalculated scenarios
- System to make new model runs
## Longterm
- Goal: easily integrate new users by having them upload input data through form
- Needs to be in the correct format (maybe provide excel template that they can fill and upload.)
## Shortterm
- Precalculated dataset for one user.
- Focus on visuals and working simplified calculations