[ad_1]
I try to clip the building data based on the geometry but the result is an error.
var fc = ee.FeatureCollection([t_060_065, t_065_070, t_gte_070]); characteristics var = fc.toList(fc.size()); print(fc); print(fc.geometry().geometrie()); var polygons = features .map(function (f) { return ee.Feature(f).set(‘geometry_type’, ee.Feature(f).geometry().type()); }) .filter(ee.Filter .equals(‘geometry_type’, ‘Polygon’)); polygons = ee.FeatureCollection(polygons); Map.setCenter(106.929585, -6.922384, 17); // Lagos, Nigeria Map.setOptions(‘SATELLITE’); Export.table.toDrive({ collection: polygons, description:’polygons’, fileFormat: ‘SHP’ });
|
Sources 2/ https://gis.stackexchange.com/questions/455662/google-earth-engine-clip-vector-data The mention sources can contact us to remove/changing this article |
[ad_2]