In the end, the user should be able to interact with hvpy by executing the following:
import hvpy
result = hvpy.getJP2Image(date="2014-01-01T23:59:59Z", sourceId=14)
We need to implement this front end to encapsulate constructing parameters and calling the API.
In the end, the user should be able to interact with
hvpyby executing the following:We need to implement this front end to encapsulate constructing parameters and calling the API.