Hi, as mentioned in the issue get_data_from_geometry was unimplemented so I implemented it based on the get_data_from_extent function and added an area restriction. Although I'm not sure if this would be best in the get_data_from_geometry function so it won't affect other DataLoaders and if 10km^2 is about the right max size.
This PR fixes #24
Hi, as mentioned in the issue
get_data_from_geometry
was unimplemented so I implemented it based on theget_data_from_extent
function and added an area restriction. Although I'm not sure if this would be best in theget_data_from_geometry
function so it won't affect other DataLoaders and if 10km^2 is about the right max size.