| 12345678910111213141516171819 |
- ## Võtsin genereeritud 5x5 km ruudud ja lugesin (count) palju nendes ruutudes on elamuid (osm_id).
- Processing algorithm…
- Algorithm 'Join attributes by location (summary)' starting…
- Input parameters:
- { 'DISCARD_NONMATCHING' : True, 'INPUT' : 'postgres://dbname=\'data\' host=localhost port=6432 user=\'osm\' sslmode=disable authcfg=0i30k14 key=\'ogc_fid\' srid=4326 type=Polygon checkPrimaryKeyUnicity=\'1\' table=\"maaamet\".\"epk10t_genereeritud_ruudud\" (geometry)', 'JOIN' : 'postgres://dbname=\'data\' host=localhost port=6432 user=\'osm\' sslmode=disable authcfg=0i30k14 key=\'fid\' srid=4326 type=MultiSurface checkPrimaryKeyUnicity=\'1\' table=\"osm_shp\".\"buildings_a\" (geometry)', 'JOIN_FIELDS' : ['osm_id'], 'OUTPUT' : 'TEMPORARY_OUTPUT', 'PREDICATE' : [1], 'SUMMARIES' : [0] }
- ## Selle kaardi rasterdamine
- Processing algorithm…
- Algorithm 'Rasterize (vector to raster)' starting…
- Input parameters:
- { 'BURN' : 255, 'DATA_TYPE' : 0, 'EXTENT' : '21.776430335,28.230611099,57.488980215,59.831538657 [EPSG:4326]', 'EXTRA' : '-l wrgn', 'FIELD' : 'osm_id_count', 'HEIGHT' : 5000, 'INIT' : None, 'INPUT' : 'postgres://dbname=\'data\' host=localhost port=6432 user=\'osm\' sslmode=disable authcfg=0i30k14 key=\'ogc_fid\' srid=4326 type=Polygon checkPrimaryKeyUnicity=\'1\' table=\"results\".\"epk10t_count_buildings\" (geometry)', 'INVERT' : False, 'NODATA' : 0, 'OPTIONS' : '', 'OUTPUT' : '/home/ardo/Documents/doktoriõpe/210127 - Valga artikkel/R/210127_artikkel/tmp/tiff/majade_arv_5x5_km_ruudus.tif', 'UNITS' : 0, 'WIDTH' : 5000 }
- GDAL command:
- gdal_rasterize -l results.epk10t_count_buildings -a osm_id_count -ts 5000.0 5000.0 -a_nodata 0.0 -te 21.776430335 57.488980215 28.230611099 59.831538657 -ot Byte -of GTiff "PG:dbname='data' host=localhost port=6432 user='osm' sslmode=disable password='osm'" "/home/ardo/Documents/doktoriõpe/210127 - Valga artikkel/R/210127_artikkel/tmp/tiff/majade_arv_5x5_km_ruudus.tif"
|