Releases: culebron/erde
Releases · culebron/erde
v0.4
v0.3
First releasable package.
All features mentioned in the README are present.
- utility functions (transform, coslat, etc.)
- i/o: read/write dataframe, geometry, and streaming
- autocli decorator to turn a function into a command-line app, which can read entire df, or in pieces, and return an entire one or multiple
- geometry tools: area, length
- OSRM routing: route (lines => route lines), table (calculate duration and distance between sources and destinations), isochrones (build isochrones for some travel time from multiple sources)
- OSM files filter/export
Distribution is available as .tag.gz, .egg and .whl (wheel is currently preferable Python format)
Code test coverage is 98% (see Actions section and there, choose "tests with pytest" section to see the coverage table in logs)