SpaceNetChallenge / utilities

Packages intended to assist in the preprocessing of SpaceNet satellite imagery data corpus to a format that is consumable by machine learning algorithms.
Other
248 stars 97 forks source link

adding confidence base functionality to createGeoJSONFromRaster #89

Closed nrweir closed 5 years ago

nrweir commented 5 years ago

Adding a conf=None default argument to createGeoJSONFromRaster(). The createGeoJSONFromRaster function now adds a conf column to the featureGDF that it outputs. This is currently set to 1 when conf=None with no alternative methods to calculate it within this function. conf argument - the plan will be to enable future confidence estimation in polygonize (by adding additional arguments there as well). This enables use of createGeoJSONFromRaster() with cw-eval's eval_base().

This has been tested on one specific case and found to work.