mirror of
https://github.com/dataforcanada/d4c-service-geo-assistant.git
synced 2026-06-15 07:21:02 +02:00
Render naip and summarize (#20)
* Intermediate * Fix naip geom handling * Fix imagery decoding for summary tool * Re enable xfail * Re enable xfail * Remove png references
This commit is contained in:
@@ -8,7 +8,7 @@ from pydantic import Field
|
||||
class GeoAssistantState(AgentState):
|
||||
place: NotRequired[Feature | None] = None
|
||||
search_area: NotRequired[Feature | None] = None
|
||||
naip_img_bytes: NotRequired[bytes | None] = Field(
|
||||
naip_img_bytes: NotRequired[str | None] = Field(
|
||||
default=None,
|
||||
description="Bytes of the saved NAIP RGB PNG image",
|
||||
description="Base 64 encoded bytes str of the saved NAIP RGB JPEG image",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user