Skip to content

eMapR/LT_Sonification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This folder contains the starting point for sonification. A way to convert data in to sound. Peder N was thinking of using a LandTrendr Time Series to make such sounds. According to the link Peder provided it seems pretty straight forward. (https://medium.com/@astromattrusso/sonification-101-how-to-convert-data-into-music-with-python-71a6dd67751c). So, I'll try to get this setup with a simple test from the link above.

This looks like it runs from just python using a csv of data.

Python Version:

	2.7

Python packages :

	Pandas - installed no issuses
	Matplotlib - installed no issuses 
	audiolazy - installed no issues
	midiutil - I can not find this package for Conda 
	pygame - 


conda :

	conda create --name=lt_song python=2.7

	conda activate lt_song

	conda install pandas

	conda install matplotlib

	conda install -c auto audiolazy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages