<div dir="ltr">Dear All,<div><br></div><div>I've been trying to use the BBox filter to limit the results in a CSW query, but for some reason it always returns 0 results.</div><div>My attempt:</div><div><br></div><div><div>   catalog = csw.CatalogueServiceWeb(url,</div><div>      username=username,</div><div>      password=password</div><div>    )</div></div><div>  constraints = [fes.BBox([-15, 40, 15, 60], crs='EPSG:4326')]</div><div><div>  catalog.getrecords2(</div><div>       constraints=constraints,</div><div>       esn='full',</div><div>       outputschema='EBRIM',</div><div>       maxrecords=10</div><div>       )</div></div><div><br></div><div>I get lot's of results when filtering with fes.PropertyIsLike so I know that I can interact with the server and that there are datasets covering my BBox.</div><div>I've tried with and without specifying the crs parameter.</div><div>Am I missing something? Any help getting this working would be much appreciated.</div><div><br></div><div>-Thomas-</div><div><br></div><div><br></div></div>