cedadev / pyramid-phoenix

Phoenix is a Pyramid web-application to make it easy to interact with WPS services
http://pyramid-phoenix.readthedocs.io/en/latest/
Apache License 2.0
0 stars 0 forks source link

Get phoenix to read metalink document to provide direct download links to NC files #26

Closed agstephens closed 3 years ago

agstephens commented 3 years ago

Extend phoenix so that it will read the metalink file (input.meta4) and parse the output file paths (e.g. netcdf/csv). Then display these at the top of the listing of outputs.

Note that the metalink file can also still be linked but it can be listed last.

antony-wilson commented 3 years ago

The files get sorted and displayed in alphabetic order

antony-wilson commented 3 years ago

The outputs from the metadata links are now extracted and then prepended to the list of other outputs after that list has been sorted.

agstephens commented 3 years ago

This is working perfectly - so closing this one.