Re: [gdal-dev] Question on python gdal.Rasterize()

2019-06-14 Thread Stephen Woodbridge
OK, After some more research, I found the rasterize.py autotest file which was a huge help and I have code working that burns the tracks into an image. But its not exactly what I hoping for so I'll give the gdal.Grid() a try. Thanks,   -Steve On 6/14/2019 1:58 PM, Stephen Woodbridge wrote: H

[gdal-dev] Question on python gdal.Rasterize()

2019-06-14 Thread Stephen Woodbridge
Hi all, My goal is to take satellite track data and create a gtiff file using Python. The satellite data is in a NetCDF file, which I can read in Python and has variables lat, lon, ssha. There are a continue stream of the NetCDF data over time so I plan to just keep loading them as they become