Re: [postgis-users] Importing large GeoTIFFs best practices

2017-12-30 Thread Giuseppe Broccolo
Hi Антон, 2017-12-23 12:43 GMT+01:00 Антон Брюхов : > Hi Giuseppe, > > Does PostGIS support seamless working with a set of tiles (small > rasters) as a single raster? > Not sure I understood the point, but it should. Giuseppe. ___ postgis-users mailing

Re: [postgis-users] Importing large GeoTIFFs best practices

2017-12-23 Thread Антон Брюхов
Hi Giuseppe, Does PostGIS support seamless working with a set of tiles (small rasters) as a single raster? Thank you. Best regards, Anton Bryukhov 2017-12-22 12:18 GMT+03:00 Giuseppe Broccolo : > Hi Антон, > > 2017-12-21 20:13 GMT+01:00 Антон Брюхов : > >> Greetings, >> >> What is best way to i

Re: [postgis-users] Importing large GeoTIFFs best practices

2017-12-22 Thread Giuseppe Broccolo
Hi Антон, 2017-12-21 20:13 GMT+01:00 Антон Брюхов : > Greetings, > > What is best way to import and work (in terms of performance > and convenience) with large GeoTIFF rasters (~9000x9000). Is it better to > register them as out-db rasters or not? Is it a good practice to cut big > rasters in til

[postgis-users] Importing large GeoTIFFs best practices

2017-12-21 Thread Антон Брюхов
Greetings, What is best way to import and work (in terms of performance and convenience) with large GeoTIFF rasters (~9000x9000). Is it better to register them as out-db rasters or not? Is it a good practice to cut big rasters in tiles and process them in that way? Thank you.