[gdal-dev] Missing GDALRasterBand::GetActualBlockSize

2017-03-23 Thread Mark Coletti
I was following the documentation for GDALRasterBand::ReadBlock () and noted that the example code invoked GetActualBlockSize(), which does not appear to exist. Has this function been deprecated? Do I have a stale ver

Re: [gdal-dev] Starting a discussion on style and coding guidelines

2016-05-05 Thread Mark Coletti
On Thu, May 5, 2016 at 11:15 AM, Even Rouault wrote: > [...] > That would be interesting if you (or anyone) could list which C++11 > features would be killer features > to justify the upgrade to C++11 vs the potential pains that such a move > might cause (especially > as I raised in other emails,

Re: [gdal-dev] Difficulty opening Safecast GeoJSON data

2014-05-06 Thread Mark Coletti
On Mon, May 5, 2014 at 4:57 PM, David Fawcett wrote: > On second thought, I see that the .csv file is 2.1 gb! I would suggest > not following the .csv driver approach. > > I would follow Sean's suggestion and just use some simple Python (or > whatever language that you want to use to consume the

Re: [gdal-dev] Difficulty opening Safecast GeoJSON data

2014-05-05 Thread Mark Coletti
f all the > other attributes in properties. > > > On 5/5/14, 1:56 PM, Mark Coletti wrote: > >> >> Safecast is user sourced radiation data, and has a public API serving >> data in GeoJSON format (https://api.safecast.org/en-US/home). However, >> I&

[gdal-dev] Difficulty opening Safecast GeoJSON data

2014-05-05 Thread Mark Coletti
Safecast is user sourced radiation data, and has a public API serving data in GeoJSON format (https://api.safecast.org/en-US/home). However, I'm having difficulty in accessing this data via OGR: % ogrinfo -so " https://api.safecast.org/en-US/measurements?distance=10&latitude=37.42&longitude=141.0