<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://ocotal.iarc.uaf.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=137.229.29.173&amp;*</id>
	<title>IARC 207 Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://ocotal.iarc.uaf.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=137.229.29.173&amp;*"/>
	<link rel="alternate" type="text/html" href="http://ocotal.iarc.uaf.edu/index.php?title=Special:Contributions/137.229.29.173"/>
	<updated>2026-08-17T02:00:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>http://ocotal.iarc.uaf.edu/index.php?title=DataPro_setup_and_workflow&amp;diff=2430</id>
		<title>DataPro setup and workflow</title>
		<link rel="alternate" type="text/html" href="http://ocotal.iarc.uaf.edu/index.php?title=DataPro_setup_and_workflow&amp;diff=2430"/>
		<updated>2015-11-04T03:31:43Z</updated>

		<summary type="html">&lt;p&gt;137.229.29.173: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Initial setup==&lt;br /&gt;
It's good to settle on a standard directory structure if you can.  For linux, most things go in a bin directory.  You can do the same with windows.  Recommended though to not put any spaces characters ' ' in folder names etc as I don't know if there are ill consequences.  Be conservative, descriptive names, well organized, use underscore character in place of spaces.  Logical places you might put them:&lt;br /&gt;
/var/data/bin/&lt;br /&gt;
/home/site/bin/&lt;br /&gt;
c:\data\bin/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then, suggested directory structure for the site's themselves:&lt;br /&gt;
/var/data/$site_name - root directory of the site&lt;br /&gt;
/var/data/$research_area/$site_name - another logical location for the root directory of the site.&lt;br /&gt;
/var/data/$site_name/config/ - location of the configuration files used by datapro and related utilities for processing the data&lt;br /&gt;
/var/data/$site_name/raw/ - location for the raw data (I personally think a good practice is to have the original data from LoggerNet / loggerdata etc&lt;br /&gt;
/var/data/$site_name/outputs/ - location for the automatically processed data: raw data that has been analyzed by datapro&lt;br /&gt;
/var/data/$site_name/web/ - location for a shorter time series, like the last 3 weeks suitable for a web page.&lt;br /&gt;
/var/data/$site_name/qc/ - location for the automated qa/qc log&lt;br /&gt;
/var/data/$site_name/error/ - location for datapro error logs&lt;br /&gt;
&lt;br /&gt;
To run:&lt;br /&gt;
python /var/data/bin/csv_utilities/datapro.py --key_file=/var/data/$site_name/config/keyfile.txt&lt;br /&gt;
&lt;br /&gt;
Then, watch for error messages. Depending on your system there may be some python libraries that need to be installed.  If you use windows, enthought python distribution is a nice all-encompassing choice or cygwin for making sure you have all of the right things on the computer.  &lt;br /&gt;
&lt;br /&gt;
If you have any questions just ask Bob Busey.&lt;br /&gt;
&lt;br /&gt;
===Initial site set up workflow===&lt;br /&gt;
&lt;br /&gt;
# create the initial directory structure listed above.&lt;br /&gt;
# I usually don't use the site creator though I certainly could. More often I start with an existing site's configuration files... copy them to a new config and edit to reflect the new site. &lt;br /&gt;
# the file that controls qa/qc parameters, filenames, any functions to be applied etc is the parameter csv file.  It's often easiest to just edit this on a computer with a graphical spreadsheet program like Excel or Libre Office to get things proper.  The header information can often be copied &amp;amp; pasted straight from the raw .dat file&lt;br /&gt;
# next, edit the .txt key file to reflect where file and directory locations are all placed.&lt;br /&gt;
# run datapro as shown above.&lt;br /&gt;
# if it works, awesome.  if it doesn't, make note of the errors and try to address them.&lt;br /&gt;
# once it's running I do a couple more things.  ln -s is used to create symlinks for a few other items.  I maintain an automatically generated diagnostics web page at http://ngeedata.iarc.uaf.edu/data/data.html.  It expects battery voltage to be placed in 'battery.csv' and Internal Panel Temperature to be in 'paneltemp.csv' if you don't use those names you can use ln -s to create a symlink. I then will also make sym links so that the processed data is available over the internet without making a second full copy of the data.&lt;/div&gt;</summary>
		<author><name>137.229.29.173</name></author>
		
	</entry>
	<entry>
		<id>http://ocotal.iarc.uaf.edu/index.php?title=DataPro_setup_and_workflow&amp;diff=2429</id>
		<title>DataPro setup and workflow</title>
		<link rel="alternate" type="text/html" href="http://ocotal.iarc.uaf.edu/index.php?title=DataPro_setup_and_workflow&amp;diff=2429"/>
		<updated>2015-11-04T03:24:41Z</updated>

		<summary type="html">&lt;p&gt;137.229.29.173: Created page with &amp;quot;==Initial setup== It's good to settle on a standard directory structure if you can.  For linux, most things go in a bin directory.  You can do the same with windows.  Recommen...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Initial setup==&lt;br /&gt;
It's good to settle on a standard directory structure if you can.  For linux, most things go in a bin directory.  You can do the same with windows.  Recommended though to not put any spaces characters ' ' in folder names etc as I don't know if there are ill consequences.  Be conservative, descriptive names, well organized, use underscore character in place of spaces.  Logical places you might put them:&lt;br /&gt;
/var/data/bin/&lt;br /&gt;
/home/site/bin/&lt;br /&gt;
c:\data\bin/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then, suggested directory structure for the site's themselves:&lt;br /&gt;
/var/data/$site_name - root directory of the site&lt;br /&gt;
/var/data/$research_area/$site_name - another logical location for the root directory of the site.&lt;br /&gt;
/var/data/$site_name/config/ - location of the configuration files used by datapro and related utilities for processing the data&lt;br /&gt;
/var/data/$site_name/raw/ - location for the raw data (I personally think a good practice is to have the original data from LoggerNet / loggerdata etc&lt;br /&gt;
/var/data/$site_name/outputs/ - location for the automatically processed data: raw data that has been analyzed by datapro&lt;br /&gt;
/var/data/$site_name/web/ - location for a shorter time series, like the last 3 weeks suitable for a web page.&lt;br /&gt;
/var/data/$site_name/qc/ - location for the automated qa/qc log&lt;br /&gt;
/var/data/$site_name/error/ - location for datapro error logs&lt;br /&gt;
&lt;br /&gt;
To run:&lt;br /&gt;
python /var/data/bin/csv_utilities/datapro.py --key_file=/var/data/$site_name/config/keyfile.txt&lt;br /&gt;
&lt;br /&gt;
Then, watch for error messages. Depending on your system there may be some python libraries that need to be installed.  If you use windows, enthought python distribution is a nice all-encompassing choice or cygwin for making sure you have all of the right things on the computer.  &lt;br /&gt;
&lt;br /&gt;
If you have any questions just ask Bob Busey.&lt;/div&gt;</summary>
		<author><name>137.229.29.173</name></author>
		
	</entry>
	<entry>
		<id>http://ocotal.iarc.uaf.edu/index.php?title=DataPro_and_related_utilities&amp;diff=2424</id>
		<title>DataPro and related utilities</title>
		<link rel="alternate" type="text/html" href="http://ocotal.iarc.uaf.edu/index.php?title=DataPro_and_related_utilities&amp;diff=2424"/>
		<updated>2015-11-04T02:50:55Z</updated>

		<summary type="html">&lt;p&gt;137.229.29.173: Created page with &amp;quot; ===Background=== This program and related utilities started out in 2006 or 2007 as a way to leverage the gp.py program for web page creation.  Basically, as a way to allow we...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
===Background===&lt;br /&gt;
This program and related utilities started out in 2006 or 2007 as a way to leverage the gp.py program for web page creation.  Basically, as a way to allow web pages generated by that tool to display data coming from Array styled outputting data loggers (Campbell Scientific cr10x &amp;amp; cr23x etc).  Along the way it turned into a more full featured data processing system written in python with a host of support utilities.  Bob Busey wrote the original and then student (now staff member) Ross Spicer did a nice rewrite and organized it like a proper computer scientist might.&amp;lt;br.&lt;br /&gt;
===Where to find it===&lt;br /&gt;
The current release can be found on Ross' github page:&amp;lt;br&amp;gt;&lt;br /&gt;
https://github.com/rwspicer/csv_utilities&lt;br /&gt;
(example starter files here:)&amp;lt;b&amp;gt;&lt;br /&gt;
https://github.com/frankohanlon/DataPro_Sample_Files&lt;br /&gt;
&lt;br /&gt;
There are several ways to get it.  Easy way is just to download the package as a zip file.  Proper way is to use open source tool Git (from command line or graphical interface):&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;git clone https://github.com/frankohanlon/DataPro_Sample_Files&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also useful if you decide to use it is this is a windows / linux graphical utility which helps generate the configuration files:&amp;lt;br&amp;gt;&lt;br /&gt;
https://github.com/rwspicer/sc_apps&lt;br /&gt;
&lt;br /&gt;
===What is included===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
datapro.py -- Datapro 3.0 the data processing utility&lt;br /&gt;
step_function_utility.py -- applies a correction to data values over given &lt;br /&gt;
                            time periods&lt;br /&gt;
rh_calculator.py -- given data on precipitation and dew point caclualtes the &lt;br /&gt;
                    relative humidity&lt;br /&gt;
precip_utility.py -- allows for removal of bad pecipatation data&lt;br /&gt;
plotter.py -- used to plot csv files&lt;br /&gt;
PNGen.sh -- generates the plots for each csv file in a directory&lt;br /&gt;
get_ip -- a utility to get the ip adderess of a machine&lt;br /&gt;
rad_decoder.py -- takes a cdf File and converts to csv file&lt;br /&gt;
tz_shift.py -- for shifting between utc - 0 and akst timezones&lt;br /&gt;
wunder_formatter.py -- takes csv file data and converts it to a url that can &lt;br /&gt;
                        be sent to weather under ground &lt;br /&gt;
LoggerLink -- a porgram for uploading/ downloading data and programs from &lt;br /&gt;
                cr1000 data loffers&lt;br /&gt;
noaa_data.py -- utility for retriving data form the noaa website&lt;br /&gt;
&lt;br /&gt;
barrow_monthly.py -- a utility for getting the monthly data from a site in &lt;br /&gt;
                     barrow&lt;br /&gt;
tutorial.py -- the utility that goes with the tutorial&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>137.229.29.173</name></author>
		
	</entry>
	<entry>
		<id>http://ocotal.iarc.uaf.edu/index.php?title=Field_Safety&amp;diff=1652</id>
		<title>Field Safety</title>
		<link rel="alternate" type="text/html" href="http://ocotal.iarc.uaf.edu/index.php?title=Field_Safety&amp;diff=1652"/>
		<updated>2012-03-09T20:25:47Z</updated>

		<summary type="html">&lt;p&gt;137.229.29.173: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==General==&lt;br /&gt;
For people who aren't able to attend the Learn To Return etc. safety workshops, here are some links that are another way to get some of the information.&lt;br /&gt;
&lt;br /&gt;
==Worthy Goals==&lt;br /&gt;
* Annual Bear Safety Training &amp;amp; certification&lt;br /&gt;
* Annual CPR Training &amp;amp; certification&lt;br /&gt;
* Basic First aid or wilderness first aid every 3 years &amp;amp; certification&lt;br /&gt;
* Swiftwater Rescue &amp;amp; certification&lt;br /&gt;
&lt;br /&gt;
==Bear Safety== &lt;br /&gt;
A fish and Game video: &lt;br /&gt;
* http://www.youtube.com/watch?v=LM0OghpVaFY&lt;br /&gt;
Commercial DVDs:&lt;br /&gt;
* Polar Bears: A Guide to Safety -- http://www.macecanada.com/canada/product/polar_video2.htm&lt;br /&gt;
* Working in Bear Country -- http://www.macecanada.com/canada/product/video2.htm &lt;br /&gt;
&lt;br /&gt;
==ATV Safety==&lt;br /&gt;
Some decent videos here:&lt;br /&gt;
* http://www.youtube.com/user/ATVsafetyinstitute?feature=watch&lt;br /&gt;
A US Government website about safe ATV use:&lt;br /&gt;
* http://www.atvsafety.gov/safetytips.html&lt;br /&gt;
&lt;br /&gt;
==Snowmachine Safety==&lt;br /&gt;
Some of these are a bit dated but the concepts are for the most part good.&amp;lt;br&amp;gt;&lt;br /&gt;
Skidoo / Bombardier Snowmobile safety: &lt;br /&gt;
* http://www.youtube.com/watch?v=aXgY1aaIx9Y&amp;lt;br&amp;gt;&lt;br /&gt;
Arctic Cat Snowmobile Safety (skip ahead to 2:18 to get through the cartoon start if it annoys you), first of three videos in the Arctic Cat film:   &lt;br /&gt;
* http://youtu.be/d-T7IV7evxQ&amp;lt;br&amp;gt;&lt;br /&gt;
Lounsbury Snowmachine Safety website: &lt;br /&gt;
* http://www.lounsburyinc.com/snowmachinesafety/ &lt;br /&gt;
&lt;br /&gt;
==Cold Injuries==&lt;br /&gt;
Some classic Army videos (some are better than others) and videos from other sources:&lt;br /&gt;
* http://www.youtube.com/watch?v=ndU2gQ716j0&amp;amp;feature=related&lt;br /&gt;
* http://www.youtube.com/watch?v=tIY8fbtu_3E&amp;amp;feature=relmfu&lt;br /&gt;
* http://www.youtube.com/watch?v=J06qjb-iIqE&lt;br /&gt;
* http://www.youtube.com/watch?v=ca2P-UMuYts&amp;amp;feature=relmfu&lt;br /&gt;
&lt;br /&gt;
===Hypothermia===&lt;br /&gt;
'''''From Wikipedia:'''''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Mild'''&amp;lt;br&amp;gt;&lt;br /&gt;
''Symptoms of mild hypothermia may be vague with sympathetic nervous system excitation (shivering, hypertension, tachycardia, tachypnea, and vasoconstriction). These are all physiological responses to preserve heat. Cold diuresis, mental confusion, as well as hepatic dysfunction may also be present. Hyperglycemia may be present, as glucose consumption by cells and insulin secretion both decrease, and tissue sensitivity to insulin may be blunted. Sympathetic activation also releases glucose from the liver. In many cases, however, especially in alcoholic patients, hypoglycemia appears to be a more common presentation. Hypoglycemia is also found in many hypothermic patients because hypothermia often is a result of hypoglycemia.''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Moderate'''&amp;lt;br&amp;gt;&lt;br /&gt;
''Low body temperature results in shivering becoming more violent. Muscle mis-coordination becomes apparent. Movements are slow and labored, accompanied by a stumbling pace and mild confusion, although the victim may appear alert. Surface blood vessels contract further as the body focuses its remaining resources on keeping the vital organs warm. The victim becomes pale. Lips, ears, fingers and toes may become blue.''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Severe'''&amp;lt;br&amp;gt;&lt;br /&gt;
''As the temperature decreases further physiological systems falter and heart rate, respiratory rate, and blood pressure all decreases. This results in an expected HR in the 30s with a temperature of 28 °C (82 °F).&lt;br /&gt;
Difficulty in speaking, sluggish thinking, and amnesia start to appear; inability to use hands and stumbling is also usually present. Cellular metabolic processes shut down. Below 30 °C (86 °F), the exposed skin becomes blue and puffy, muscle coordination becomes very poor, walking becomes almost impossible, and the person exhibits incoherent/irrational behavior including terminal burrowing or even a stupor. Pulse and respiration rates decrease significantly, but fast heart rates (ventricular tachycardia, atrial fibrillation) can occur. Major organs fail. Clinical death occurs. Because of decreased cellular activity in stage 3 hypothermia, the body will actually take longer to undergo brain death.''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Youtube Links:'''&lt;br /&gt;
* http://www.youtube.com/watch?v=2aHCfU8xur8&amp;amp;feature=related&lt;br /&gt;
* http://www.youtube.com/watch?v=2dodsozxoiA&amp;amp;feature=related (A bit dated information-wise at this point and more focused on water hypothermia but should give a good foundation((fast forward to 6 minutes for symptoms)) )&lt;br /&gt;
* http://www.youtube.com/watch?v=Bg5IaDB71oQ&lt;br /&gt;
* http://www.youtube.com/watch?v=FrwsXcVFd4o&lt;br /&gt;
&lt;br /&gt;
===Frostbite===&lt;br /&gt;
'''''From Wikipedia:'''''&amp;lt;br&amp;gt;&lt;br /&gt;
''At or below 0 °C (32 °F), blood vessels close to the skin start to constrict, and blood is shunted away from the extremities via the action of glomus bodies. The same response may also be a result of exposure to high winds. This constriction helps to preserve core body temperature. In extreme cold, or when the body is exposed to cold for long periods, this protective strategy can reduce blood flow in some areas of the body to dangerously low levels. This lack of blood leads to the eventual freezing and death of skin tissue in the affected areas. There are four degrees of frostbite. Each of these degrees has varying degrees of pain.''&amp;lt;br&amp;gt;&lt;br /&gt;
'''First degree'''&amp;lt;br&amp;gt;&lt;br /&gt;
''This is called frostnip and this only affects the surface skin, which is frozen. On the onset, there is itching and pain, and then the skin develops white, red, and yellow patches and becomes numb. The area affected by frostnip usually does not become permanently damaged as only the skin's top layers are affected. Long-term insensitivity to both heat and cold can sometimes happen after suffering from frostnip.''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Second degree'''&amp;lt;br&amp;gt;&lt;br /&gt;
''If freezing continues, the skin may freeze and harden, but the deep tissues are not affected and remain soft and normal. Second-degree injury usually blisters 1–2 days after becoming frozen. The blisters may become hard and blackened, but usually appear worse than they are. Most of the injuries heal in one month, but the area may become permanently insensitive to both heat and cold.''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Third and fourth degrees'''&amp;lt;br&amp;gt;&lt;br /&gt;
''If the area freezes further, deep frostbite occurs. The muscles, tendons, blood vessels, and nerves all freeze. The skin is hard, feels waxy, and use of the area is lost temporarily, and in severe cases, permanently. The deep frostbite results in areas of purplish blisters which turn black and which are generally blood-filled. Nerve damage in the area can result in a loss of feeling. This extreme frostbite may result in fingers and toes being amputated if the area becomes infected with gangrene. If the frostbite has gone on untreated, they may fall off. The extent of the damage done to the area by the freezing process of the frostbite may take several months to assess, and this often delays surgery to remove the dead tissue.''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Youtube Links:'''&lt;br /&gt;
* http://www.youtube.com/watch?v=4itZQwoR-kc&amp;amp;feature=related (good overview)&lt;br /&gt;
* http://www.youtube.com/watch?v=p4jOo4x_hDk&amp;amp;feature=related (Recognizing frostbite)&lt;br /&gt;
* http://www.youtube.com/watch?v=p17NmmARxEI&amp;amp;feature=relmfu (Treating frostbite)&lt;br /&gt;
* http://www.youtube.com/watch?v=yn2dPV0tsig&amp;amp;feature=related (Another good treating frostbite video)&lt;br /&gt;
&lt;br /&gt;
==Cold Water Safety==&lt;br /&gt;
''(Less time invested in this section)''&amp;lt;br&amp;gt;&lt;br /&gt;
''Youtube Links:''&lt;br /&gt;
* Cold water safety : http://www.youtube.com/watch?v=yYDASDLcJ28&amp;amp;feature=related&lt;br /&gt;
* Ice thickness check : http://www.youtube.com/watch?v=Din2V5BW0Dk&lt;br /&gt;
* Dunker : http://www.youtube.com/watch?v=oLqXlEGxXxo&amp;amp;feature=related&lt;br /&gt;
* Another Dunker: http://www.youtube.com/watch?v=1EHFwl9BYQM&amp;amp;feature=related&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
If you've never filled a backpack before or aren't sure where to get started on how to fill your daypack for a day in the field here are a couple of youtubes:&lt;br /&gt;
* http://www.youtube.com/watch?v=foliCq-W2yE&amp;amp;feature=related&lt;br /&gt;
* http://www.youtube.com/watch?v=Cm3jISWuVb0&amp;amp;feature=related&lt;br /&gt;
&lt;br /&gt;
Another good item is the Alaska Safety Handbook, co-written by ConocoPhillips Alaska, Eni Petroleum, ExxonMobil, Pioneer Natural Resources Alaska, Shell Exploration &amp;amp; Appraisal here's a link to the 2010 edition:&lt;br /&gt;
* Alaska Safety Handbook -- http://nstc.apicc.org/downloads/2010ASH.pdf&lt;/div&gt;</summary>
		<author><name>137.229.29.173</name></author>
		
	</entry>
</feed>