Skip to content

Releases: mozilla-ai/osm-ai-helper

1.5.3

29 Jul 21:00
0af65d3

Choose a tag to compare

What's Changed

  • Update osm.py to use new jsonv2 format. "json" no longer seems to be … by @dmillar in #14

New Contributors

Full Changelog: 1.5.2...1.5.3

1.5.2

25 Mar 19:03

Choose a tag to compare

Full Changelog: 1.5.1...1.5.2

1.5.1

24 Mar 15:27

Choose a tag to compare

Full Changelog: 1.5.0...1.5.1

1.5.0

24 Mar 13:42
e7ef70c

Choose a tag to compare

What's Changed

  • Replace upload_osm with export_osm by @daavoo in #7
    • Use OsmChange format.
    • Limit the number of polygons to 50 per generated file.

Full Changelog: 1.4.3...1.5.0

1.4.3

20 Mar 12:36

Choose a tag to compare

Full Changelog: 1.4.2...1.4.3

1.4.2

20 Mar 12:25

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

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

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

Choose a tag to compare

Full Changelog: 1.3.0...1.3.1

1.3.0

07 Mar 12:26

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.3.0