cobweb-eu / cobweb

An empty project for all the issues.
0 stars 0 forks source link

Download/Export results to other formats e.g. CSV / KML #155

Closed xmichael closed 8 years ago

xmichael commented 9 years ago

This is from Mason's list

(v) CSV download/export of results (should be considered as part of data visualisation?)

This can be easily implemented in the "contingency viewer" but we don't know which viewer the portal will eventually use and when

This is issue therefore stalled.

MasonJohnDavis commented 9 years ago

Perhaps the contingency viewer is for RAW observations? And the portal viewer is for post QA? We'll raise at the next DTF.

On 12 June 2015 at 13:03, M. Koutroumpas notifications@github.com wrote:

This is from Mason's list https://basecamp.com/2255772/projects/2799937/messages/43442440

(v) CSV download/export of results (should be considered as part of data visualisation?)

This can be easily implemented in the "contingency viewer" but we don't know which viewer the portal will eventually use and when

This is issue therefore stalled.

— Reply to this email directly or view it on GitHub https://github.com/cobweb-eu/cobweb/issues/155.

Delawen commented 9 years ago

One of the things on the TODO list of GeoNetwork is this tool: http://trac.osgeo.org/geonetwork/wiki/proposals/WFSDataDownloader

Which will solve this problem.

xmichael commented 9 years ago

@Delawen this has apparently been in their TODO list since 2012 :)

Delawen commented 9 years ago

No, it was implemented, but with the change of the UI, we have to adapt the current implementation (version 2.10) to version 3.

xmichael commented 9 years ago

is there a more up-to-date link to look at the features?

xmichael commented 9 years ago

This is implemented and deployed on live. No integration to portal but one can use a direct URL with the appropriate SID to test it. Both GeoJSON and CSV are supported as export formats. Initial loading is slow (~15s) due to unoptimized support for multiple schemas/geometries within the same featuretype. Optimizations are pending.

https://dyfi.cobwebproject.eu/viewer/pcapi.html?sid=SID

MasonJohnDavis commented 8 years ago

This is working well apart from multiple images(?) I guess some optimisation might be good and the "pcapi.html" should be invoked rather than "index.html" once we're ready for it.

xmichael commented 8 years ago

This has been tested and to work with multiple images unless there a specific example that doesn't work (?)

Optimizations are pending because of work overload. Maybe we can switch to pcapi.html immediately by just adding visual feedback during waiting time (e.g. spinner)