v1.0.0-rc.2
Added
- Add a
preserve_dict
parameter toItemCollection.from_dict
and set it to False when
usingItemCollection.from_file
.
(#468) StacIO.json_dumps
andStacIO.json_loads
methods for JSON
serialization/deserialization. These were "private" methods, but are now "public" and
documented (#471)
Changed
pystac.stac_io.DuplicateObjectKeyError
moved topystac.DuplicateObjectKeyError
(#471)