I'm am designing a project to extract roads, parking lots, and driveways from Sentinel-2 satellite imagery using machine learning, and I'd love to get some feedback my proposed approach.
My Goal is to extract roads, parking lots, and driveways from satellite imagery, to estimate their combined area in a given city.
Here is a high-level workflow I’ve drafted:
Extract OSM Roads and parking lots:
Extract driveways and parking lots not included in OSM data
I plan on using the ArcGIS Python API to implement the above workflow, using the MultiTaskRoadExtractor model and a Pixel Classification Model. Does anyone have any suggestions, recommendations, or concerns regarding my proposed approach? Have you worked on a similar project or know of any resources that could be helpful? I'm particularly interested in hearing about any potential pitfalls or improvements that could be made.
Any feedback would be greatly appreciated!
Thanks in advance!
Common pitfalls in my experience tend to be hardware and processing time.
I recommend taking a small sample set of data and running through this. It might also be worth testing your code tool by tool and gauging how long each part of the process will take. From there you can do a rough estimate for how long the entire dataset may take.
If you have access to ArcGIS Online I would also recommend checking out the pre-trained models from this as it might cover some groundwork for you. These are .dlpk files so you can fine-tune them if needed. The following one is specifically made for Sentinel 2 imagery and deals with land classification.
Hope that helps!
David
Hi @AlexDevoid -
Did you try the pretrained models for extracting roads and parking lots?
This link has over 60 models as of today, which you can use to extract features from your imagery. You can also use it as a base model to derive a model thats customized to your geography / image resolution.
https://livingatlas.arcgis.com/en/browse/?q=dlpk#d=2&q=dlpk