Changes between Version 2 and Version 3 of GSoC/2021/JupyterAndGRASS/MiniGrant2022


Ignore:
Timestamp:
Jan 10, 2022, 8:46:30 AM (2 years ago)
Author:
chaedri
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2021/JupyterAndGRASS/MiniGrant2022

    v2 v3  
    18181. create a class for visualizing space time datasets allowing users to create interactive time-sliders and non-interactive animations such as GIFs.
    1919
    20 2. improve the integration of grass and folium, the library used for InteractiveMap, so that users can access all of folium’s functionality. Currently, InteractiveMap allows users to add rasters and vectors to folium maps. Users can toggle between layers and export the map in HTML. However, folium allows for much more sophisticated mapping as well: users can control color, vector symbology, create heatmaps (point density maps) and view vector attributes with a click or hover. I propose to create new grass-folium objects that allow users to directly call folium (thus avoiding the problem of needing to wrap the entire folium library and continue to update as folium features change, depreciate and expand).
     202. improve the integration of grass and folium, the library used for !InteractiveMap, so that users can access all of folium’s functionality. Currently, !InteractiveMap allows users to add rasters and vectors to folium maps. Users can toggle between layers and export the map in HTML. However, folium allows for much more sophisticated mapping as well: users can control color, vector symbology, create heatmaps (point density maps) and view vector attributes with a click or hover. I propose to create new grass-folium objects that allow users to directly call folium (thus avoiding the problem of needing to wrap the entire folium library and continue to update as folium features change, depreciate and expand).
    2121
    22 3. create a function to display vector attribute data in nicely-formatted Pandas or GeoPandas tables (as opposed to text output which is currently possible with “v.db.select”).
     223. create a function to display vector attribute data in nicely-formatted Pandas or !GeoPandas tables (as opposed to text output which is currently possible with “v.db.select”).
    2323
    2424