Published
Edited
Aug 31, 2020
2 forks
1 star
Insert cell
Insert cell
Insert cell
//upload the file that was produced by the python Jupyter notebook and change the name here
json = {const file = await FileAttachment("step4_prediction_kabul_SE.geojson").json().then(function(d) {
for (let i = 0 ;i<d.features.length; i++) {
d.features[i].id = i+1;
}
return d;
});
return file;
}
Insert cell
md`The graphic below shows the predicted areas in square meters. In the 'Grid Cells' Option, select the OSM Completeness layer to visualize the ratio of predicted to OSM buildings. Green areas show where the predicted areas and presence of OSM building footprints overlap.`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more