Daniel Wiesmann 
							
						 
					 
					
						
						
							
						
						48548d1a47 
					 
					
						
						
							
							Refs  #25588  -- Added the srid property to GDALRaster  
						
						... 
						
						
						
						Geometry objects have an srid property, so this addition makes the raster api
more similar to the geometries api. 
						
						
					 
					
						2015-10-28 15:27:19 +01:00 
						 
				 
			
				
					
						
							
							
								Daniel Wiesmann 
							
						 
					 
					
						
						
							
						
						5d8985005e 
					 
					
						
						
							
							Fixed   #25533  -- Changed datatype mapping for GDALRasters  
						
						
						
						
					 
					
						2015-10-09 15:35:00 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						0cc39e50e1 
					 
					
						
						
							
							Pushed GDAL skip condition inside test  
						
						... 
						
						
						
						As GDAL_VERSION is conditionnaly imported, it cannot be referenced
in skipIf decorator. 
						
						
					 
					
						2015-06-26 14:57:45 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Wiesmann 
							
						 
					 
					
						
						
							
						
						b647ccfa67 
					 
					
						
						
							
							Refs  #24840  -- Added skip flag to raster transform test for GDAL<1.8.1.  
						
						... 
						
						
						
						Thanks to Simon Charette for the report. 
						
						
					 
					
						2015-06-26 14:30:54 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Wiesmann 
							
						 
					 
					
						
						
							
						
						c078021555 
					 
					
						
						
							
							Refs  #24840  -- Added GDALRaster Warp and transform methods  
						
						... 
						
						
						
						Thanks to Tim Graham for the review. 
						
						
					 
					
						2015-06-24 18:31:22 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Wiesmann 
							
						 
					 
					
						
						
							
						
						0d9b018e07 
					 
					
						
						
							
							Fixed gis test failures when numpy isn't installed.  
						
						... 
						
						
						
						Thanks to Bas Peschier for pointing this out. Refs #23804 . 
						
						
					 
					
						2015-03-20 13:42:55 -04:00 
						 
				 
			
				
					
						
							
							
								Daniel Wiesmann 
							
						 
					 
					
						
						
							
						
						b9cb81570e 
					 
					
						
						
							
							Made SRID a required parameter for GDALRaster instantiation; refs  #23804 .  
						
						... 
						
						
						
						Earlier versions of GDAL do not allow the srid to be set to 0,
so it should be a required parameter to ensure compatibility. 
						
						
					 
					
						2015-03-17 08:16:12 -04:00 
						 
				 
			
				
					
						
							
							
								Daniel Wiesmann 
							
						 
					 
					
						
						
							
						
						f269c1d6f6 
					 
					
						
						
							
							Added write support for GDALRaster  
						
						... 
						
						
						
						- Instantiation of GDALRaster instances from dict or json data.
- Retrieve and write pixel values in GDALBand objects.
- Support for the GDALFlushCache in gdal C prototypes
- Added private flush method to GDALRaster to make sure all
  data is written to files when file-based rasters are changed.
- Replaced ``ptr`` with ``_ptr`` for internal ptr variable
Refs #23804 . Thanks Claude Paroz and Tim Graham for the reviews. 
						
						
					 
					
						2015-03-16 19:37:43 +01:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						ad0be620ae 
					 
					
						
						
							
							Moved contrib.gis tests out of contrib.  
						
						
						
						
					 
					
						2015-02-11 10:29:54 -05:00