allenai / rslearn

A tool for developing remote sensing datasets and models.
Apache License 2.0
5 stars 0 forks source link

Support adding windows in rslearn #4

Closed favyen2 closed 5 months ago

favyen2 commented 8 months ago

Implement the rslearn dataset add_windows command. It should support both --box option where region is specified via command-line argument, and --fname ... where file readable by fiona is specified.

Some code or ideas might be taken from siv, since siv supports a few ways to populate windows.

favyen2 commented 5 months ago

supported adding windows with --box but not --fname yet