- Updated requirements to be compatible with Django 3.
2.1.1
==================
- Fixed an error in extract_point_from_raster(). It was sometimes picking up a neigbouring pixel instead of the correct one.
2.1.0
==================
- h_integrate() now adds a "UNIT" metadata item to the produced raster with the unit of measurement as specified in the input files. Conversely, PointTimeseries reads the "UNIT" metadata item from the rasters and sets it in the returned HTimeseries object.
2.0.0
==================
- Now uses version 5 of hts file (i.e. different time step notation).