I'm trying to find a way to estimate the number of miles of red line (railroad track) visible in an image I've got. Is there a method or tool that can help with this? Here's the image link: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSFQBtk10HP5jT5JSHjloQ4E5KoNAl32SGo3Q&s
3 Answers
I suggest checking out OpenStreetMap or TIGER line files. Both have the information you need; just make sure you consider what level of detail you're looking for.
You don’t really have to estimate; the data for railroad tracks is often available online as shapefiles or KML. You might want to check those sources first to get accurate information.
One way to estimate it is to count the red pixels in your image, divide that by the track width in pixels, and then calibrate the miles based on a known distance between two points on the map, like Seattle to Miami.
But keep in mind that maps on a 2D plane can be distorted, so that could lead to inaccurate distances.