yvanlebras / Galaxy-E

Towards a Galaxy for Ecology
0 stars 3 forks source link

Add a GIS visualization tool #1

Open yvanlebras opened 7 years ago

yvanlebras commented 7 years ago

Investigating the addition of a GIS visualization tool.

Ideas are around the use of PostGIS and Leaflet and/or OSGEO related tools as GeoNetwork in combination with GeoServer....

We can use Galaxy Interactive Environment and/or "classical" Visualization and/or Galaxy charts...

bgruening commented 7 years ago

If we can depend on Docker, we can simply depend on a container "postgis" and mount the datatype inside this container - this can be used to query against it.

yvanlebras commented 7 years ago

Consider the use of Magrit who can be tested here

yvanlebras commented 7 years ago

@ValentinChCloud made a first GIE Magrit integration try during GCC2017. Updates ?

yvanlebras commented 7 years ago

Consider the use of ""classical"" SOLAP tools like geomondrian and GeoKettle or things like bokeh/datashader with Holoviews (example : https://anaconda.org/jbednar/landsat/notebook) ?