Skip to content

abajpai-aus-pr/weather-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

weather-simulation

This is a simulation tool implemented in SCALA language to generate weather data which can be used in certain games.

Implementation:

  • Use weather.json as a sample source of data
  • Get the resource from given path and read it to get all the weather items as collection.
  • Apply Random method from Scala.util to shuffle the collection of line items and then pick N samples as weather snapshots.
  • Go through shortlisted weather snapshots to create measurement and print them individually in the given format.

How to run:

  • sbt test
  • sbt "run-main com.simulation.weather.ToySimulator"

About

Toy simulator to generate weather data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages