Skip to content

Releases: CartoDB/raster-loader

v0.5.0

05 Feb 16:14
abc6d30
Compare
Choose a tag to compare

Enhancements

  • Add support for snowflake (#127)

v0.4.0

21 Dec 16:23
0e26465
Compare
Choose a tag to compare

Enhancements

  • Update raster-loader to generate new Raster and Metadata table format (#116)
  • Add pixel_resolution, rename block_resolution (#123)

Bug Fixes

  • fix: metadata field pixel_resolution as an integer and not allow zooms over 26 (#124, #125)

v0.3.3

30 Oct 11:29
1af24e3
Compare
Choose a tag to compare

v0.3.3

Fixes
json_parse round by default (#117)

Full Changelog: v0.3.2...v0.3.3

v0.3.2

15 Sep 06:01
75524dc
Compare
Choose a tag to compare

Enhancements

  • Add append option to skip check (#114)

v0.3.1

21 Apr 11:14
3034852
Compare
Choose a tag to compare

Enhancements

  • Store raster nodata value in table metadata (#111)
  • Add level to raster metadata (#110)

Bug Fixes

  • Fixed issue in metadata when updating table (#112)

v0.3.0

07 Mar 14:01
6403f99
Compare
Choose a tag to compare

Enhancements

  • Create raster tables with geography and metadata (#105)

Bug Fixes

  • Fixed band in field name (#102)
  • Dockerfile - avoid installing GDAL twice (#104)

v0.2.0

26 Jan 18:06
521348d
Compare
Choose a tag to compare

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

  • Fixed swapped lon lat (#75)
  • Fixed performance regression bug (#77)
  • Added small speed hack (#79)

Documentation

  • Added docs badge and readthedocs link to readme (#69)
  • Updated contributor guide (#91)
  • Updated docs for quadbin (#93)

v0.1.0

05 Jan 13:20
Compare
Choose a tag to compare

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