Changes between Version 7 and Version 8 of Sensors/Grimm/portal


Ignore:
Timestamp:
Oct 7, 2014, 5:03:47 PM (9 years ago)
Author:
knpa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Sensors/Grimm/portal

    v7 v8  
    11== How to maintain the portal ==
    22
    3 Need to ssh onto our web server as rsgadmin: (password on wiki)[[BR]]
     3The portal was written by PML (adbe then later knpa) to provide GRIMM data collected by ARSF to end users.
     4It 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
     6It is currently live and address is:[[BR]]
     7http://arsf-dan.nerc.ac.uk/grimm/
     8
     9To edit it, you need to ssh onto our web server as rsgadmin: (password on wiki)[[BR]]
    410ssh rsgadmin@www
    511
     
    1016~rsgadmin/arsf-dan.nerc.ac.uk/logs/
    1117
    12 knpa stuff:[[BR]]
     18knpa's stuff:[[BR]]
    1319~knpa/grimm/
    1420
     
    1824=== Structure/Files ===
    1925
    20 '''index.html''' - initial page with 3 links
     26'''index.html''' - initial page with links to csv data (and plotting), area/time search tool, and this wiki
    2127
    22 '''cgi-bin/query_grimm_db.cgi''' - python script that queries the database and returns result
     28'''cgi-bin/query_grimm_db.cgi''' - python cgi script that queries the postgres database for a supplied area/time and returns result
    2329
    24 '''data_list.php''' - page that houses the list of csv files that we have available
     30'''data_list.php''' - page that displays the list of csv files that we have available
    2531
    26 '''data_search.html''' - the page that houses the search by area/time
     32'''data_search.html''' - the page that houses the time/area search tool
    2733
    2834'''data/''' - contains CSV data files that are graphed and can be downloaded, one per flight day
     
    3036'''scatter.php''' - page that houses the graph and allows you to download the csv
    3137
    32 '''scripts/scatter.js''' - javascript that creates the graph
     38'''scripts/scatter.js''' - javascript that generates the graph
    3339
    3440'''scripts/cavasXpress.min.js''' - javascript library used by above
    3541
    36 '''templates/''' - css file for formatting the html pages
     42'''templates/''' - css file for formatting the appearance of the html pages
    3743
    3844'''lib/''' - contains libraries used by other scripts