Skip to content

Releases: mozilla-ai/osm-ai-helper

1.4.3

20 Mar 12:36
Compare
Choose a tag to compare

Full Changelog: 1.4.2...1.4.3

1.4.2

20 Mar 12:25
Compare
Choose a tag to compare

fix(paint_polygon_evaluation): Set painted_output shape properly.
Was only working for square shapes, as the order of dimensions was wrong.

Full Changelog: 1.4.1...1.4.2

1.4.1

20 Mar 11:57
Compare
Choose a tag to compare

fix(download_stacked_image_and_mask): Set proper shape for stacked image.
Was using cols (bootm, top) to set the first array dimension which actually correspond to rows.

This was not causing issues when the bbox was a perfect square.
However, in some cases the lat_lon_to_col_row conversion could result in a rectangular shape.

This was causing the ValueError: could not broadcast input array from shape (512,512,3) into shape (512,0,3) error.

Full Changelog: 1.4.0...1.4.1

1.4.0

14 Mar 12:43
3a45c27
Compare
Choose a tag to compare

What's Changed

  • updated readme style by @stefanfrench in #3
  • Add support to process full areas. Enable batch downloading and inference. by @daavoo in #4

Full Changelog: 1.3.1...1.4.0

1.3.1

09 Mar 13:37
Compare
Choose a tag to compare

Full Changelog: 1.3.0...1.3.1

1.3.0

07 Mar 12:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

04 Mar 12:08
Compare
Choose a tag to compare

Full Changelog: 1.1.0...1.2.0

1.1.0

04 Mar 09:46
Compare
Choose a tag to compare

Full Changelog: 1.0.0...1.1.0

1.0.0

0.3.1

26 Feb 11:06
Compare
Choose a tag to compare

Full Changelog: 0.3.0...0.3.1