getJP2ImageInputParameters#
- class hvpy.parameters.getJP2ImageInputParameters(**data)[source]#
Bases:
HvpyParametersHandles the input parameters of the
getJP2ImageAPI.- date#
Desired datetime of the JP2 image.
- sourceId#
Unique image datasource identifier.
- jpip#
Returns a JPIP URI instead of the binary data of the image if set to True. Default is
False, optional.
References
Attributes Summary
Configuration for the model, should be a dictionary conforming to [
ConfigDict][pydantic.config.ConfigDict].Methods Summary
Returns the output type of the API call.
Attributes Documentation
- model_config: ClassVar[ConfigDict] = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
Methods Documentation