Results 5 comments of William Maio

Does reproject support "cutline" as the test was attempted to be implemented here? https://github.com/mapbox/rasterio/blob/3d210e600ae286a928e4cbbde07db545d34b3bae/tests/test_warp_wrapper.py#L33

Looks like the output of the person is not really what we want.

Limiting the returns made it work.

> Thanks for the PR @wmaiouiru! I haven't had this issue and don't know that we want to force verify_ssl to be off for everybody. Maybe we could make it...

@jackmoody11 Updated the PR with default SSL flag to `True`. Tested with: ``` daily_filings = filings(start_date=date(2023, 6, 2), user_agent="wmaiouiru", ssl_flag=False) daily_urls = daily_filings.get_urls() daily_filings.save(working_dir) ```