I just spent >4 hrs waiting for a climr download that was never going anywhere because my geographic projection was wrong.
We need to protect other silly people like me from this problem.
[ ] get_bb should check the projection before getting the bounding box
[ ] *_input functions should check the projection of the supplied bounding box
@kdaust are there other places where this has to be done? (please add to above list as necessary)
I just spent >4 hrs waiting for a
climr
download that was never going anywhere because my geographic projection was wrong. We need to protect other silly people like me from this problem.get_bb
should check the projection before getting the bounding box*_input
functions should check the projection of the supplied bounding box@kdaust are there other places where this has to be done? (please add to above list as necessary)
I'll try to implement this ASAP