La forge institutionnelle d'INRAE étant en production depuis le 10 juin 2025, nous vous invitons à y créer vos nouveaux projets.
Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
1 2 3 4 5 6 7 8 import pyotb import time start = time.time() pxs = pyotb.BundleToPerfectSensor(inp='pan.vrt', inxs='xs.tif', ram=190000) pxs.write('pxs_pyotb.tif', pixel_type='uint16') print('ELAPSED TIME:', time.time() - start)
import pyotb import time start = time.time() pxs = pyotb.BundleToPerfectSensor(inp='pan.vrt', inxs='xs.tif', ram=190000) pxs.write('pxs_pyotb.tif', pixel_type='uint16') print('ELAPSED TIME:', time.time() - start)