Skip to content

Releases: CartoDB/raster-loader

v0.7.1

05 Jul 11:02
b52ef4e
Compare
Choose a tag to compare

Bug Fixes

  • fix: support for Python 3.9 / NumPy 2.0 (#145)

v0.7.0

02 Jul 16:37
a59f9b0
Compare
Choose a tag to compare

Added

  • Support raster overviews (#140)

Enhancements

  • increase chunk-size to 10000 (#142)

Bug Fixes

  • fix: make the gdalwarp examples consistent (#143)

v0.6.1

02 Jul 16:37
8838790
Compare
Choose a tag to compare

Enhancements

  • Add a argument to skip interactive question on upload failure (#138)

Bug Fixes

  • fix: shapely.wkt import (#136)
  • fix: update pip commands to make it compatible with zsh (#137)

v0.6.0

02 Jul 16:36
e871f7a
Compare
Choose a tag to compare

Enhancements

  • Add labels to BQ uploaded tables (#131)
  • Support input URLs and more connection credential types (#129)

Bug Fixes

  • fixed using raster files with block size other than default value (#130)
  • fix: error when bigquery dependencies not installed (#133)

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)