History changes of the python module pyswath
2.0.2: 2019/01/15
	- Fix error in the projection of intermediary points

2.0.1: 2018/12/19
	- Fix 2 errors with intermediary points
	- Graph title shortened
	- Tested on Python 3.6.6 and Python 2.7.15
	
2.0.1: 2018/11/23
	- Fix error with intermediary points

2.0.0Beta: 2018/07/10
	- Change/simplify the plot-title definition in plotgraph
	- add from __future__ import absolute_import and from __future__ import print_function to prepare to Python 3
	
1.1.1: 2018/01/17
	- bug fixed with ImportError

0.1.5: 2018/01/10
	- bug fixed with the warnings
	- clean the code by removing the warnings module where it was unused

0.1.4: 2017/06/07
	- Add the option to choose the range of the vertical (Y) axis of the graph
	- Bug fixed in the Title generation

0.1.3: 2017/06/07
	- Add an header to the output text files data_XX and falti_XX

0.1.2: 2017/06/06
	- Add points coordinates in the point shapefile
	- Change the name of the point shapefile
	- Tell the user which projection is used for the projected DEM and the points
	- Update README
	- Update setup.py
	- Add in the function swathp a check for the version of the module Rasterstats
	- Clean the function checkfiles from unused comments
	- Remove all sys.exit and replace them by raise ModuleError
	- Change the units in the title of the graph : m --> km
	- Add the history in a new file History.txt
	- Update MANIFEST.in
	- Update version


0.1.1: 2017/02/14-17
	- initial release