diff --git a/README.md b/README.md index 370fb2922e8b45f5352937101093c33b98b7dc28..059ab5b036eaa970f4cacac1a79e67273903ac8c 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,5 @@ Alternatively you can directly call individual test modules. For instance: **Good Practices** * Common pittfalls --- for instance wrong EPSG --- should be handled via [warnings](https://docs.python.org/3/library/warnings.html) or exceptions so that errors are not introduced silently -* Whenever we are dealing with coordinates, we try to use [geopandas.GeoSeries](https://geopandas.org/reference/geopandas.GeoSeries.html) so that the projection is handled explicitly \ No newline at end of file +* Whenever we are dealing with coordinates, we try to use [geopandas.GeoSeries](https://geopandas.org/reference/geopandas.GeoSeries.html) so that the projection is handled explicitly +* Use progress bars such as [tqdm](https://tqdm.github.io/) for jobs which take a considerable amount of time \ No newline at end of file diff --git a/data/.gitkeep b/data/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391