Living-Observatory / Data-Processing

0 stars 0 forks source link

Weather Station Data: Workflow #4

Open cehatch opened 6 years ago

cehatch commented 6 years ago

To do:

Dataset Description:

Dates:

Purpose:

Researcher(s):

Folder name:

Comments:

To do:

cehatch commented 6 years ago

@ItoErika @cehatch The Data Logger's Home page is: http://166.167.120.27:85 Which shows: 87741 Home Page Settings Newest Record from Status Newest Record from TenMin Display Last 24 Records from DataTable TenMin Newest Record from Soil_10min Display Last 24 Records from DataTable Soil_10min Newest Record from Hourly Display Last 24 Records from DataTable Hourly Newest Record from Soil_Hourly Display Last 24 Records from DataTable Soil_Hourly Newest Record from Daily Display Last 24 Records from DataTable Daily Newest Record from Soil_Daily Display Last 24 Records from DataTable Soil_Daily Newest Record from DataTableInfo Newest Record from Public

cehatch commented 6 years ago

@ItoErika @cehatch

These Links are.... Newest Record from TenMin http://166.167.120.27:85/?command=NewestRecord&table=TenMin

Display Last 24 Records from DataTable TenMin http://166.167.120.27:85/?command=TableDisplay&table=TenMin&records=24

_Newest Record from Soil10min http://166.167.120.27:85/?command=NewestRecord&table=Soil_10min

_Display Last 24 Records from DataTable Soil10min http://166.167.120.27:85/?command=TableDisplay&table=Soil_10min&records=24

Syntax seems to be…

< IP address > /?command=

Then either: TableDisplay&table=< Data Table name >

Or, for the last 24 (or other number???) records: NewestRecord&table=< Data Table name >&records=24

And possible tables are: TenMin Hourly Daily Soil_10Min Soil_Hourly Soil_Daily DataTableInfo

cehatch commented 6 years ago

To connect to the Data Logger (CR1000) directly through LoggerNet (Campbell Scientific software that allows data collection, changing logger settings and programs), access is through --> IP connection to 166.167.120.27 on PakBus 1 (with an extra 5s for response)

cehatch commented 5 years ago

@ItoErika @cehatch I need to write back to Chris Hoogendyk - he set up the data on the server and is already logging it!!! YAY!!! BUT... 1) images need to go to /data/tidmarsh/tidmarshplymouth/images, not just /data/tidmarsh/tidmarshplymouth 2) what we are currently getting is HOURLY data for WEATHER and SOIL, and what we want is this PLUS TEN MINUTE DATA for WEATHER and SOIL and for all to be placed in /data/tidmarsh/tidmarshplymouth/weather 3) I think the call(s) should be: (weather 10-minute intervals, for an entire day) http://166.167.120.27:85/?command=TableDisplay&table=TenMin&records=144 (soil 10-minute intervals, for an entire day) http://166.167.120.27:85/?command=TableDisplay&table=Soil_10Min&records=144 (weather 1-hour intervals, for an entire day) http://166.167.120.27:85/?command=TableDisplay&table=Hourly&records=24 (soil 1-hour intervals, for an entire day) http://166.167.120.27:85/?command=TableDisplay&table=Soil_Hourly&records=24 4) May we have the script please?