Shapefile
Tags
buildings, Mississippi
Summary
Building footprint polygons of Mississippi structures. This data was generated from BING raster imagery by Microsoft. MARIS downloaded and converted the Mississippi file from JSON format to a WGS84 shapefile using Mapshaper software. Next, MARIS projected the shapefile into MSTM projection. There are 1,507,496 polygons in this layer which is 36,312 more than the 2018 release. Date on update is April,2022. Most of the state is from the 2018 release. Updates were mostly made in Southwest MS and the Coast between 2018 and 2021. Some other buildings were added in metro areas.
Description
MS building footprint polygons - 2022
https://github.com/Microsoft/USBuildingFootprints
Credits
Microsoft, BING, MARIS
Use limitations
This data is licensed by Microsoft under the Open Data Commons Open Database License ODbL) The MIT License (MIT) Copyright (c) Microsoft Corporation |
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and |
associated documentation files (the "Software"), to deal in the Software without restriction, |
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, |
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, |
subject to the following conditions: |
The above copyright notice and this permission notice shall be included in all copies or substantial |
portions of the Software. |
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT |
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
Extent
West | -91.716971 | East | -88.097683 |
North | 35.009723 | South | 30.192643 |
Scale Range
Maximum (zoomed in) | 1:5,000 |
Minimum (zoomed out) | 1:150,000,000 |
ArcGIS Metadata ►
THEMES OR CATEGORIES OF THE RESOURCE location, planningCadastre, society, structure
CONTENT TYPE Downloadable Data
Hide Topics and Keywords ▲
TITLE MS_BuildingFootprints_2022
PUBLICATION DATE 2018-07-10 00:00:00
PRESENTATION FORMATS * digital map
Hide Citation ▲
Responsible party
INDIVIDUAL'S NAME Steve Walker
ORGANIZATION'S NAME MARIS
CONTACT'S POSITION GIS Operations Manager
CONTACT'S ROLE distributor
Contact information ►
Phone
VOICE 601 432-6149
Address
TYPE physical
CITY Jackson ADMINISTRATIVE AREA MS POSTAL CODE 39211 COUNTRY US
E-MAIL ADDRESS swalker@mississippi.edu
Hours of service
M-f 7-3 CDT
Hide Contact information ▲
Hide Citation Contacts ▲
DATASET LANGUAGES * English (UNITED STATES)
DATASET CHARACTER SET utf8 - 8 bit UCS Transfer Format
STATUS historical archive
SPATIAL REPRESENTATION TYPE * vector
Supplemental information
****** MICROSOFT SUPPLEMNTAL INFORMATON
********
Introduction: This dataset originally contained 124,885,597 computer generated building footprints in all 50 US states. This data is freely available for download and use.
License: This data is licensed by Microsoft under the Open Data Commons Open Database License (ODbL)
Approximately 125 million building footprint polygon geometries in all 50 US States in GeoJSON format.
CREATION DETAILS
The building extraction is done in two stages:
Semantic Segmentation – Recognizing building pixels on the aerial image using DNNs
Polygonization – Converting building pixel blobs into polygons FIRST STAGE - SEMANTIC SEGMENTATION
DNN architecture
The network foundation is ResNet34 which can be found here. In order to produce pixel prediction output, we have appended RefineNet upsampling layers described in this paper. The model is fully-convolutional, meaning that the model can be applied on an image of any size (constrained by GPU memory, 4096x4096 in our case).
Training details
The training set consists of 5 million labeled images. Majority of the satellite images cover diverse residential areas in US. For the sake of good set representation, we have enriched the set with samples from various areas covering mountains, glaciers, forests, deserts, beaches, coasts, etc. Images in the set are of 256x256 pixel size with 1 ft/pixel resolution. The training is done with CNTK toolkit using 32 GPUs.
Metrics
These are the intermediate stage metrics we use to track DNN model improvements and they are pixel based. The pixel error on the evaluation set is 1.15%. Pixel recall/precision = 94.5%/94.5%
SECOND STAGE - POLYGONIZATION
Method description
We developed a method that approximates the prediction pixels into polygons making decisions based on the whole prediction feature space. This is very different from standard approaches, e.g. Douglas-Peucker algorithm, which are greedy in nature. The method tries to impose some of a priory building properties, which are, at the moment, manually defined and automatically tuned. Some of these a priori properties are:
The building edge must be of at least some length, both relative and absolute, e.g.
3 meters
Consecutive edge angles are likely to be 90 degrees
Consecutive angles cannot be very sharp, smaller by some auto-tuned threshold,
e.g. 30 degrees
Building angles likely have very few dominant angles, meaning all building edges are forming angle of (dominant angle ± nπ/2)
In near future, we will be looking to deduce this automatically from existing building information.
Metrics
Building matching metrics:
METRIC VALUE
Precision 99.3%
Recall 93.5%
We track various metrics to measure the quality of the output:
Intersection over Union – This is the standard metric measuring the overlap quality against the labels
Shape distance – With this metric we measure the polygon outline similarity
Dominant angle rotation error – This measures the polygon rotation deviation
On our evaluation set contains ~15k building. The metrics on the set are:
•IoU is 0.85, Shape distance is 0.33, Average rotation error is 1.6 degrees
•The metrics are better or similar compared to OSM building metrics against the labels
OTHER INFORMATION
Data Vintage: The vintage of the footprints depends on the vintage of the underlying imagery. Because Bing Imagery is a composite of multiple sources it is difficult to know the exact dates for individual pieces of data.
How good are the data? Our metrics show that in the vast majority of cases the quality is at least as good as data hand digitized buildings in OpenStreetMap. It is not perfect, particularly in dense urban areas but it is still awesome.
What is the coordinate reference system? EPSG: 4326
Will Microsoft be open sourcing the models? Yes. We are working through the internal process to open source the segmentation models and polyonization algorithms.
Will there be more data coming for other geographies? Maybe. This is a work in progress.
Why are the data being released? Microsoft has a continued interest in supporting a thriving OpenStreetMap ecosystem.
Should we import the data in to OpenStreetMap? Maybe. Never overwrite the hard work of other contributors or blindly import data in to OSM without first checking the local quality. While our metrics show that this data meets or exceeds the quality of hand drawn building footprints, the Data does vary in quality from place to place, between rural and urban, mountains and plains, and so on. Inspect quality locally and discuss an import plan with the community. Always follow the OSM import community guidelines.
State Number of Buildings Unzipped MB Mississippi 1,470,285 438.99
CONTRIBUTING:
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment).
Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
LEGAL NOTICES
Microsoft and any contributors grant you a license to the Microsoft documentation in this repository under the Creative Commons Attribution 4.0 International Public License, see the LICENSE file, and grant you a license to any code in the repository under the MIT License, see the LICENSE-CODE file.
Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.
Privacy information can be found at https://privacy.microsoft.com/en-us/
Microsoft and any contributors reserve all others’ rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise.
* PROCESSING ENVIRONMENT Version 6.2 (Build 9200) ; Esri ArcGIS 10.9.1.28388
Credits
Microsoft, BING, MARIS
ArcGIS item properties
NAME MS_BuildingFootprints_2022
SIZE 224.220
LOCATION file://\\DESKTOP- TP9LNVL\F$\DATA\00_CADASTRAL\Building_Footprints_2022\MS_BuildingFootprints_2022. shp
ACCESS PROTOCOL Local Area Network
Hide Resource Details ▲
Extent
Geographic extent
Bounding rectangle
EXTENT TYPE Extent used for searching
WEST LONGITUDE -91.716971
EAST LONGITUDE -88.097683
NORTH LATITUDE 35.009723
SOUTH LATITUDE 30.192643
EXTENT CONTAINS THE RESOURCE Yes
Extent in the item's coordinate system
WEST LONGITUDE 320442.992253
EAST LONGITUDE 650821.915940
SOUTH LATITUDE 1045682.967374
NORTH LATITUDE 1578327.149904
EXTENT CONTAINS THE RESOURCE Yes
Hide Extents ▲
Resource maintenance
UPDATE FREQUENCY as needed
Hide Resource Maintenance ▲
Constraints Limitations of use
This data is licensed by Microsoft under the Open Data Commons Open Database License ODbL) The MIT License (MIT) Copyright (c) Microsoft Corporation |
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and |
associated documentation files (the "Software"), to deal in the Software without restriction, |
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, |
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, |
subject to the following conditions: |
The above copyright notice and this permission notice shall be included in all copies or substantial |
portions of the Software. |
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT |
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
Hide Resource Constraints ▲
ArcGIS coordinate system
TYPE Projected
GEOGRAPHIC COORDINATE REFERENCE GCS_North_American_1983
PROJECTION NAD_1983_Mississippi_TM
Coordinate reference details
Projected coordinate system
WELL-KNOWN IDENTIFIER 102609
X ORIGIN -5122200
Y ORIGIN -12297100
XY SCALE 450339697.45066422
Z ORIGIN -100000
Z SCALE 10000
M ORIGIN -100000
M SCALE 10000
XY TOLERANCE 0.001
Z TOLERANCE 0.001
M TOLERANCE 0.001
HIGH PRECISION true
LATEST WELL-KNOWN IDENTIFIER 3814
Well-known text
PROJCS["NAD_1983_Mississippi_TM",GEOGCS["GCS_North_American_1983",DATUM["D
_North_American_1983",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM[
"Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mer cator"],PARAMETER["False_Easting",500000.0],PARAMETER["False_Northing",1300000. 0],PARAMETER["Central_Meridian",- 89.75],PARAMETER["Scale_Factor",0.9998335],PARAMETER["Latitude_Of_Origin",32.5], UNIT["Meter",1.0],AUTHORITY["EPSG",3814]]
Reference system identifier
VALUE 3814
CODESPACE EPSG
VERSION 6.17.1(10.0.0)
Hide Spatial Reference ▲
Vector ►
LEVEL OF TOPOLOGY FOR THIS DATASET geometry only
Geometric objects
FEATURE CLASS NAME MS_BuildingFootprints_2022
OBJECT TYPE composite
OBJECT COUNT 1507496
Hide Vector ▲
ArcGIS Feature Class Properties ►
FEATURE CLASS NAME MS_BuildingFootprints_2022
FEATURE TYPE Simple
GEOMETRY TYPE Polygon
HAS TOPOLOGY FALSE
FEATURE COUNT 1507496
SPATIAL INDEX TRUE
LINEAR REFERENCING FALSE
Hide ArcGIS Feature Class Properties ▲
Hide Spatial Data Properties ▲
Distribution format
NAME Shapefile
Transfer options
UNITS OF DISTRIBUTION meters
TRANSFER SIZE 224.220
Hide Distribution ▲
DETAILS FOR OBJECT MS_BuildingFootprints_2022 ►
TYPE Feature Class
ROW COUNT 1507496
Definition
Building footprint polygons for Mississippi
Definition source
MARIS
FIELD FID ►
ALIAS FID
DATA TYPE OID
WIDTH 4
PRECISION 0
SCALE 0
Field description
Internal feature number.
Description source
Esri
Description of values
Sequential unique whole numbers that are automatically generated.
Hide Field FID ▲
FIELD Shape ►
ALIAS Shape
DATA TYPE Geometry
WIDTH 0
PRECISION 0
SCALE 0
Field description
Feature geometry.
Description source
Esri
Description of values
Coordinates defining the features.
Hide Field Shape ▲
FIELD release ►
ALIAS release
DATA TYPE SmallInteger
WIDTH 1
PRECISION 1
SCALE 0
Hide Field release ▲
FIELD capture_da ►
ALIAS capture_da
DATA TYPE String
WIDTH 21
PRECISION 0
SCALE 0
Hide Field capture_da ▲
Hide Details for object MS_BuildingFootprints_2022 ▲
Hide Fields ▲
METADATA LANGUAGE English (UNITED STATES)
SCOPE OF THE DATA DESCRIBED BY THE METADATA * dataset
SCOPE NAME * dataset
LAST UPDATE 2022-10-07
ArcGIS metadata properties
METADATA FORMAT ArcGIS 1.0
METADATA STYLE ISO 19139 Metadata Implementation Specification
STANDARD OR PROFILE USED TO EDIT METADATA ISO19139
CREATED IN ARCGIS FOR THE ITEM 2022-10-07 07:39:12
LAST MODIFIED IN ARCGIS FOR THE ITEM 2022-10-07 74:82:40
Automatic updates
HAVE BEEN PERFORMED Yes
LAST UPDATE 2022-10-07 07:47:08
Hide Metadata Details ▲
Metadata contact
INDIVIDUAL'S NAME Steve Walker
ORGANIZATION'S NAME MARIS
CONTACT'S POSITION GIS Operations Manager
CONTACT'S ROLE originator
Contact information ►
Phone
VOICE 601 432-6149
Address
TYPE physical
CITY Jackson ADMINISTRATIVE AREA MS POSTAL CODE 39211 COUNTRY US
E-MAIL ADDRESS swalker@mississippi.edu
Hours of service
M-f 7-3 CDT
Hide Contact information ▲
Hide Metadata Contacts ▲
Maintenance
UPDATE FREQUENCY as needed
Hide Metadata Maintenance ▲
FGDC Metadata (read-only) ▼
Detailed Description Entity Type
ENTITY TYPE LABEL MS_BuildingFootprints_2022
Entity Type Definition
Building footprint polygons for Mississippi
ENTITY TYPE DEFINITION SOURCE MARIS
Attribute
ATTRIBUTE LABEL FID
Attribute Definition
Internal feature number.
ATTRIBUTE DEFINITION SOURCE Esri
Attribute Domain Values Unrepresentable Domain
Sequential unique whole numbers that are automatically generated.
Attribute
ATTRIBUTE LABEL Shape
Attribute Definition
Feature geometry.
ATTRIBUTE DEFINITION SOURCE Esri
Attribute Domain Values Unrepresentable Domain
Coordinates defining the features.
Attribute
ATTRIBUTE LABEL release
Attribute
ATTRIBUTE LABEL capture_da
Hide Entities and Attributes ▲