Releases: CartoDB/raster-loader
Releases · CartoDB/raster-loader
v0.3.1
v0.3.0
v0.2.0
Enhancements
- Updated setup.cfg and readme (#70)
- Bumped wheel from 0.37.1 to 0.38.1 (#63)
- Added a basic docker-compose based dev environment (#80)
- Use quadbin (#72)
- Raise rasterio.errors.CRSError for invalid CRS and Add test error condition (#89)
- Cluster "quadbin raster" table by quadbin (#95)
- Changed the endianess to little endian to accomodate the front end (#97)
Bug Fixes
Documentation
v0.1.0
Added
- raster_loader module
- rasterio_to_bigquery function
- bigquery_to_records function
- rasterio_to_bigquery.cli submodule
- upload command
- describe command
- info command
- docs
- tests
- CI/CD with GitHub Actions