syt123450 / Three.js-Solar-Exploration

:rocket: Exploration the solar system created by Three.js
http://solar-exploration.com/
MIT License
26 stars 6 forks source link

[Back End] - GlobeGL mock data #81

Closed bouyuc closed 6 years ago

bouyuc commented 6 years ago

As a developer I would like to increase user experience so we need some mock data for webgl visuals

Definition of done: Generate a json array with proper decorated data for presenting actual "All" data

zchholmes commented 6 years ago

I've put the sample output for the GlobeGL in the file: cmpe202-nullpointerexception/Database/DataCollector/globalData.txt

Essentially, it's in a format: [longitude,latitude,amount,longitude,latitude,amount...longitude,latitude,amount], where amount is hard converted within range from 0.01 to 1.5 (inclusive).

You can based on the output above to generate the decorated data in the same format.