stac-utils / stac4s

a scala library with primitives to build applications using the SpatioTemporal Asset Catalogs specification
Apache License 2.0
16 stars 10 forks source link

Make SearchFilters pagination agnostic #502

Closed pomadchin closed 2 years ago

pomadchin commented 2 years ago

Overview

This PR makes SearchFilters case class pagination agnostic. It complements https://github.com/azavea/stac4s/pull/496.

Checklist