Changes between Version 8 and Version 9 of Sensors/Grimm/portal
- Timestamp:
- Oct 7, 2014, 5:05:26 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sensors/Grimm/portal
v8 v9 24 24 === Structure/Files === 25 25 26 ''' index.html''' - initial page with links to csv data (and plotting), area/time search tool, and this wiki26 '''cgi-bin/query_grimm_db.cgi''' - python cgi script that queries the postgres database for a supplied area/time and returns result 27 27 28 ''' cgi-bin/query_grimm_db.cgi''' - python cgi script that queries the postgres database for a supplied area/time and returns result28 '''data/''' - contains CSV data files that are graphed and can be downloaded, one per flight day 29 29 30 30 '''data_list.php''' - page that displays the list of csv files that we have available … … 32 32 '''data_search.html''' - the page that houses the time/area search tool 33 33 34 '''data/''' - contains CSV data files that are graphed and can be downloaded, one per flight day 34 '''images/''' - contains images such as the NERC banner 35 36 '''index.html''' - initial page with links to csv data (and plotting), area/time search tool, and this wiki 37 38 '''lib/''' - contains libraries used by other scripts 35 39 36 40 '''scatter.php''' - page that houses the graph and allows you to download the csv … … 41 45 42 46 '''templates/''' - css file for formatting the appearance of the html pages 43 44 '''lib/''' - contains libraries used by other scripts45 46 '''images/''' - contains images such as the NERC banner47 47 48 48 === The database ===