/**** Start of imports. If edited, may not auto-convert in the playground. ****/
var convex_hull = ee.FeatureCollection("projects/sat-io/open-datasets/delta/delta-convex-hull"),
    convex_hull_bound = ee.FeatureCollection("projects/sat-io/open-datasets/delta/delta-convex-bounds");
/***** End of imports. If edited, may not auto-convert in the playground. *****/
Map.addLayer(ee.FeatureCollection(convex_hull),{},'Delta Convex Hull');
Map.addLayer(ee.FeatureCollection(convex_hull_bound),{},'Delta Convex Hull Bounds');
