iobis / pyobis

OBIS Python client
https://iobis.github.io/pyobis
MIT License
15 stars 10 forks source link

Adding progress bar while fetching occurrence records #39

Closed ayushanand18 closed 2 years ago

ayushanand18 commented 2 years ago

Overview

This PR aims to add a progress bar while fetching occurrence records, and partly resolve #34.

We are utilizing a simple print function with flush to implement the timeline.

Notes for reviewers

This is in flow with #34