Here is my question. I have a bunch of polyline shows like:
http://i4.tietuku.com/bc378d1cd2c24142.png
I want to generater raster data based on the polyline which contain the length of the line in one grid.
For example:
original data
http://i4.tietuku.com/8b8768aac183cfe6.pngAim
http://i4.tietuku.com/a09ba42a122f561a.png
===== Add ====
Found the answer using ArcGIS from this
using R from this
My target is convert the polyline into raster using Python
with some open-source modules(gdal, fiona, etc)