getTileInputParameters#
- class hvpy.parameters.getTileInputParameters(**data)[source]#
Bases:
HvpyParametersHandles the input parameters of the
getTileAPI.- id#
Unique image identifier.
- x#
Tile x-coordinate.
- y#
Tile y-coordinate.
- imageScale#
Image scale in arcseconds per pixel.
- difference#
Specify image type difference.
0- Display regular image1- Running difference image2- Base difference image
Default is
None, optional.
- diffCount#
Used to display Running difference image. Work with
diffTimeparameter and set amount of time to use in time period. Default isNone, optional.
- diffTime#
Select Running difference time period:
1- Minutes2- Hours3- Days4- Weeks5- Month6- Years
Default is
None, 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