Skip to content

Conversation

@vincentsarago
Copy link
Member

No description provided.

* bump minimum python version to 3.11
* update titiler requirement to `>=1.0,<1.1`
* switch to rio-tiler mosaic backend
* change `/point` response
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: Document the change

* bump minimum python version to 3.11
* update titiler requirement to `>=1.0,<1.1`
* switch to rio-tiler mosaic backend
* change `/point` response
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add change for the /{search_id}/list endpoint (now /{search_id}/)

max_size=max_size,
**kwargs,
)
return img, [x["id"] for x in used_assets]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👋 bye bye

headers["X-Assets"] = ",".join(assets)

return Response(content, media_type=media_type, headers=headers)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

everything is in titiler-mosaic now

"attribution": os.environ.get("TITILER_DEFAULT_ATTRIBUTION"),
}

def wmts(self): # noqa: C901
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we still need a custom wmts method to handle the render layers

optional_headers: List[OptionalHeader] = field(factory=list)

# Add/Remove some endpoints
add_viewer: bool = False
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

document that add_viewer defaults to True in the parent factory


# Statistics/Histogram Dependencies
stats_dependency: Type[DefaultDependency] = StatisticsParams
histogram_dependency: Type[DefaultDependency] = HistogramParams
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

96-98 can go I think

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants