This repository has been archived by the owner on Jan 15, 2025. It is now read-only.
Release notes -
data.table
library added as default forexport_table
andimport_table
- Now you can directly read/write in geojson and geopkg using
import_st
andexport_st
- The much awaited feature — you can now see the progress of upload/download. Set parameter
show_progress = TRUE
in your import/export functions to see the progress. Default is set to FALSE.