How can I estimate the miles of railroad track from an image?

0
5
Asked By CuriousTraveler123 On

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

Answered By MaverickMapper42 On

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.

Answered By DataNerd99 On

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.

Answered By PixelProwler77 On

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.

SkepticalObserver88 -

But keep in mind that maps on a 2D plane can be distorted, so that could lead to inaccurate distances.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.