Img.Load should allow web url from Python


Version: 2023b

Type: Features

Category: Programming

Subcategory: Python

Jira: ORG-26870


Example:

import originpro as op
url = r'https://download.osgeo.org/geotiff/samples/gdal_eg/cea.tif'
iw=op.new_image()
iw.from_file(url)