Mikhail Gasanov
Mikhail Gasanov
@jimutt I recieve error `ERROR 1: Error : band 1 has no color table` during ``` gdal.Translate(os.path.join(temp_dir, f'{temp_dir}/{x}_{y}_{z}.tif'), path, outputSRS='EPSG:4326', outputBounds=bounds, rgbExpand='rgb') ```
@whuhx hello! Do you utilize CPU or GPU ? You may devide your initial image into blocks and run parallel
@jhamman Thank you for your reply! I tried to reproduce your code in Google Colab, ```python import pandas as pd df = pd.read_parquet('gs://carbonplan-data/raw/fia/plot.parquet') ``` But again I met a problem...