Commit 41dc8900 authored by  Lukas Eller's avatar Lukas Eller
parents 878df3f6 8ed9f3f9
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment