Skip to main content

A tool to extract the microsoft building footprints with user defined boundary.

Project description

Microsoft Building Footprint Extracter based on user defined boundary

This tool allows users to retrieve microsoft global building footprint data based on a specified boundary (such as a shapefile or GeoJSON). The footprints are then saved as GeoJSON files to a specified output directory.

Features

  • Supports multiple boundary input file formats: .shp, .gpkg, .kml, .geojson.
  • Allows users to specify a boundary and retrieve building footprint data for a specific country or region or small study area.
  • Compatible with Google Earth Engine (GEE)/ required GEE authentications.

Usage

It needs a GEE account to access the data.

To install the required dependencies, run the following:

pip install msfootprint

Once installed, import it in notebook or any python compiler.

import msfootprint as msf

Initialize all the variables

#Import all necessary things
import pathlib as Path
boundary_shp = Path('./shapefile_directory')
out_dir = Path('./output_directory')

#Import the name of country where the boundary is located
country = 'Nepal'

#In some cases, like 'Indonesia', it has seperate feature collection so to get the information about whether you can directly pass country boundary or need to be more specific with which table  contains your ROI, try this:
msf.FindTableorFolder('Indonesia')

#It is not direct table, it contains several statewise table so it will reflect sub collections name/boundaries.

#So if your boundary falls within specific table inside the country (incase it  contains multiple tables) defined as
country = "Indonesia/{table_name}"

For US, it is automated, so no need to give statename but for other countries having multiple tables need to follow aforementioned step

Now, run the main script

msf.getBuildingFootprint(country, boundary_shp, out_dir)

It will save the building footprint as geojson format in designated location.

For Any Information

Feel free to reach out to me: Supath Dhital
Email: sdhital@crimson.ua.edu

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

msfootprint-0.1.21.tar.gz (13.6 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

msfootprint-0.1.21-py3-none-any.whl (13.6 MB view details)

Uploaded Python 3

File details

Details for the file msfootprint-0.1.21.tar.gz.

File metadata

  • Download URL: msfootprint-0.1.21.tar.gz
  • Upload date:
  • Size: 13.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.5 CPython/3.11.7 Darwin/24.2.0

File hashes

Hashes for msfootprint-0.1.21.tar.gz
Algorithm Hash digest
SHA256 80e1147dad1d63abe82de11b38af8e359c133b1d4ed6e4bba522b10080f05ad6
MD5 79d99f020669e33a28d08ecb2d68b91b
BLAKE2b-256 977dbf7a6a1bdd1440dcff390f0c9a0e4f1f2b075a7ecdf332b9b84a29d3002e

See more details on using hashes here.

File details

Details for the file msfootprint-0.1.21-py3-none-any.whl.

File metadata

  • Download URL: msfootprint-0.1.21-py3-none-any.whl
  • Upload date:
  • Size: 13.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.5 CPython/3.11.7 Darwin/24.2.0

File hashes

Hashes for msfootprint-0.1.21-py3-none-any.whl
Algorithm Hash digest
SHA256 685e191c39b2cd289dfa2e4e63a082de7683f46c583771a10fae3dea7e52d1e8
MD5 38881d3eb0ee8c1a0637288334c27126
BLAKE2b-256 78fadaea4791b39624cd49958e6a109ab3b0a046a7a386b3e9068477fe9cfc19

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page