Tidal Stations - The Ocean Tropics


 
Thread Tools Search this Thread
Top Forums Web Development Tidal Stations - The Ocean Tropics
# 1  
Old 02-25-2014
Tidal Stations - The Ocean Tropics

Tidal Stations - The Ocean Tropics

For warm water lovers everywhere:

Quote:
Tidal stations with tide tables, tide charts and lunar phases within the ocean tropics. Map location between l latitude 23.5 (the Tropic of Cancer) to -23.5 (the Tropic of Capricorn).
Image
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Web Development

Tidal Stations - Top of the World

Tidal Stations - Top of the World https://www.unix.com/members/1-albums112-picture635.png (1 Reply)
Discussion started by: Neo
1 Replies

2. Web Development

Tidal Stations - South America

Tidal Stations - South America https://www.unix.com/members/1-albums112-picture633.png (0 Replies)
Discussion started by: Neo
0 Replies

3. Web Development

Tidal Stations - Europe and Africa

Tidal Stations - Europe and Africa https://www.unix.com/members/1-albums112-picture632.png (0 Replies)
Discussion started by: Neo
0 Replies

4. Web Development

Tidal Stations - North America (West Coast)

Tidal Stations - North America (West Coast) https://www.unix.com/members/1-albums112-picture631.png (0 Replies)
Discussion started by: Neo
0 Replies

5. Web Development

Tidal Stations - North America (East)

Tidal Stations - North America (East) https://www.unix.com/members/1-albums112-picture629.png (0 Replies)
Discussion started by: Neo
0 Replies

6. Web Development

Tidal Stations - Far East and Australasia

Just created this beta web app for Tidal Stations - Far East and Australasia: https://www.unix.com/members/1-albums112-picture628.png I plan to do the entire "world" soon. (0 Replies)
Discussion started by: Neo
0 Replies

7. UNIX for Dummies Questions & Answers

Unix Shell Script on Tidal schedular for ETL

Hello I am very new to Unix scripting, I am using informatica etl,which is schedule by tidal enterprise. I have a scenario where assume that Tidal only knows how to run jobs at a given time and does not know how to retry. So i want to know weather can i write a shell script such that... (1 Reply)
Discussion started by: bluestarmoon
1 Replies

8. Shell Programming and Scripting

Change Root Password For Multi Stations

I would like to change root password for 30 stations by script. The script will rlogin to each station and change the root password. (2 Replies)
Discussion started by: whatiwan2000
2 Replies
Login or Register to Ask a Question
Jifty::Plugin::Chart::Renderer::SimpleBars(3pm) 	User Contributed Perl Documentation	   Jifty::Plugin::Chart::Renderer::SimpleBars(3pm)

NAME
Jifty::Plugin::Chart::Renderer::SimpleBars - a simple horizontal bar chart DESCRIPTION
This is a simple renderer for charts created both as a dead simple way of rendering horizontal bar charts, which can be a very simple way of rendering data, and as a prototype for some other work I'm thinking of doing with the chart plugin. OPTIONS
Of the rendering API, this only uses the first dataset given and ignores any others. It also fails if used for any type other than the only one it supports "horizontalbars". It takes the following options: summary To maximize the accessibility of your chart, set this to describe the data. This will set the table's summary attribute. STYLING
Please be aware that when using this object, you can change the bar color using CSS like so: div.simple_bars span.bar { background-color: black; } METHODS
init Tell Jifty about the CSS and JS files SimpleBars needs. render Renders a horizontal bar chart. This is done by rendering a table of HTML values, which is then converted to a bar chart by the Javascript added to the response during "init". If JavaScript is not supported by the browser, all the data is presented ina table. They can still read the data, but just not in the most readable form. AUTHOR
Andrew Sterling Hanenkamp, "<andrew.hanenkamp@boomer.com>" COPYRIGHT AND LICENSE
Copyright 2007 Boomer Consulting, Inc. This is free software. You may modify and redistribute it under the same terms as Perl itself. perl v5.12.4 2009-03-09 Jifty::Plugin::Chart::Renderer::SimpleBars(3pm)