Changes between Version 31 and Version 32 of GSoC/2014/MetadataForGRASS
- Timestamp:
- 06/12/14 15:07:32 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2014/MetadataForGRASS
v31 v32 56 56 Main aggravating factor is the fact that some attributes in ISO can be define multiple times. For the solution is necessary to crate interface for getting information from some source. Currently the easier way is to get information form predefined XML Jinja template. Interface ensure independence between editor and source of informations. This is useful for future development. 57 57 The editor will support: 58 58 59 || version || function || 59 60 || 1.0 || to implement main window and layout || … … 63 64 || 1.1 || editing of created xml file with using Jinja templates || 64 65 || 1.2 || to add multiple values for specific attributes || 65 || 1.3 || validat einspire xml ||66 || 1.3 || validator of inspire xml || 66 67 || || options for update r/v.support by changed values values in editor. || 67 68 || 1.4 || multiple metadata editing ( choose maps, chooses attributes with are same for chosen maps. || 68 69 69 70 [[Image(source:/grass/browser/sandbox/krejcmat/pic/diagram.png)]] (scheme of a designed implementation) 71 [[Image(source:/grass/browser/sandbox/krejcmat/pic/prototyp1.png)]] (draft of a GUI editor) 72 [[Image(source:/grass/browser/sandbox/krejcmat/pic/main.png)]] (draft of a GUI for choosing ISO profile or option for just edit xml ) 70 73 71 74