Method: Earth.run_data_miner!

Defined in:
lib/earth.rb

.run_data_miner!Object

Note:

By default, data is mined from data.brighterplanet.com

Run data miner on all currently loaded data models.

via taps. In order to mine from scratch, call Earth.init with the :mine_original_sources option.



99
100
101
# File 'lib/earth.rb', line 99

def Earth.run_data_miner!
  DataMiner.run(Earth.resources)
end