Skip to content

Library for accessing the Global Conciousness Project data in Julia.

License

Notifications You must be signed in to change notification settings

thecategory/Noosphere.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noosphere.jl

Library for accessing the Global Conciousness Project data in Julia.

Running (currently v0.1 is not a package)

  # create new Params object with time period
  params = Params(2021, 8, 1, "00:00:00", "00:10:00", true)
  
  # get results
  res = get(params)

  # do something with header ...
  println(header.eggs_reporting)

  # do something with results dataframe ...
  for row in eachrow(res.data[3:end])
    println(row)
  end

  # output sample plot
  saveplot(res)

Output plot (using PlotlyJS)

plot

About

Library for accessing the Global Conciousness Project data in Julia.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages