Skip to content

Instantly share code, notes, and snippets.

GOM Ecosystem Circle Pack

GOM Ecosystem Sunburst

Motion Chart of 10 species Protected Vs Unprotected

Histogram by species by year
{
"name": "perciformes",
"children": [
{
"name": "Acanthuridae",
"children": [
{
"name": "Acanthurus",
"children": [
{
@jeremiaheb
jeremiaheb / BiomassSunburst.md
Last active February 3, 2016 17:39
Sunburst Biomass Top 75

Sunburst Chart of the top 75 spp in FL Keys RVC

@jeremiaheb
jeremiaheb / README.md
Last active October 2, 2015 13:11
Sunburst All Species(made up values)

Start quick development of D3 grahps

[{"name":"epi mori_out","exploit":"pre_out","density":[[1994,0.0478],[1995,0.028],[1996,0.0478],[1997,0.0479],[1998,0.0504],[1999,0.1655],[2000,0.192],[2001,0.1785],[2002,0.1224],[2003,0.129],[2004,0.1092],[2005,0.1295],[2006,0.0638],[2007,0.0458],[2008,0.1054],[2009,0.1159],[2010,0.0816],[2011,0.0656],[2012,0.1088]],"occurrence":[[1994,0.0531],[1995,0.0469],[1996,0.0877],[1997,0.0581],[1998,0.0556],[1999,0.15],[2000,0.2274],[2001,0.2231],[2002,0.1535],[2003,0.1852],[2004,0.1613],[2005,0.1503],[2006,0.084],[2007,0.0733],[2008,0.1501],[2009,0.1747],[2010,0.134],[2011,0.0863],[2012,0.162]],"abundance":[[1994,152352],[1995,89117],[1996,152327],[1997,152610],[1998,151321],[1999,496768],[2000,576395],[2001,535960],[2002,367508],[2003,387237],[2004,327749],[2005,388860],[2006,191579],[2007,137517],[2008,316432],[2009,348012],[2010,245125],[2011,196927],[2012,326642]]},
{"name":"epi mori_in","exploit":"pre_in","density":[[1998,0.0614],[1999,0.0499],[2000,0.1739],[2001,0.1168],[2002,0.1198],[2003,0.1049],[2004,0.1619
@jeremiaheb
jeremiaheb / README.md
Last active January 29, 2016 19:39
nations

Motion chart of RVC data

sample_path(Sample.find_by_field_id("55551J"))
def send_to_path(missing_field_id)
if Rails.application.routes.recognize_path(sample_path(@dashSamples.find_by_field_id(missing_field_id)))
sample_path(@dashSamples.find_by_field_id(missing_field_id))
else
benthic_cover_path(@dashBenthicCovers.find_by_field_id(missing_field_id))
end
end