Changes between Version 7 and Version 8 of Sensors/Grimm/portal
- Timestamp:
- Oct 7, 2014, 5:03:47 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sensors/Grimm/portal
v7 v8 1 1 == How to maintain the portal == 2 2 3 Need to ssh onto our web server as rsgadmin: (password on wiki)[[BR]] 3 The portal was written by PML (adbe then later knpa) to provide GRIMM data collected by ARSF to end users. 4 It was also a goal to have a way of displaying the data (currently instigated as 3D plot) and a way of searching for data within given geo-ordinates (works but needs major improvements). 5 6 It is currently live and address is:[[BR]] 7 http://arsf-dan.nerc.ac.uk/grimm/ 8 9 To edit it, you need to ssh onto our web server as rsgadmin: (password on wiki)[[BR]] 4 10 ssh rsgadmin@www 5 11 … … 10 16 ~rsgadmin/arsf-dan.nerc.ac.uk/logs/ 11 17 12 knpa stuff:[[BR]]18 knpa's stuff:[[BR]] 13 19 ~knpa/grimm/ 14 20 … … 18 24 === Structure/Files === 19 25 20 '''index.html''' - initial page with 3 links26 '''index.html''' - initial page with links to csv data (and plotting), area/time search tool, and this wiki 21 27 22 '''cgi-bin/query_grimm_db.cgi''' - python script that queries the database and returns result28 '''cgi-bin/query_grimm_db.cgi''' - python cgi script that queries the postgres database for a supplied area/time and returns result 23 29 24 '''data_list.php''' - page that houses the list of csv files that we have available30 '''data_list.php''' - page that displays the list of csv files that we have available 25 31 26 '''data_search.html''' - the page that houses the search by area/time32 '''data_search.html''' - the page that houses the time/area search tool 27 33 28 34 '''data/''' - contains CSV data files that are graphed and can be downloaded, one per flight day … … 30 36 '''scatter.php''' - page that houses the graph and allows you to download the csv 31 37 32 '''scripts/scatter.js''' - javascript that creates the graph38 '''scripts/scatter.js''' - javascript that generates the graph 33 39 34 40 '''scripts/cavasXpress.min.js''' - javascript library used by above 35 41 36 '''templates/''' - css file for formatting the html pages42 '''templates/''' - css file for formatting the appearance of the html pages 37 43 38 44 '''lib/''' - contains libraries used by other scripts