This is a test run to test the main functionality of the nrt downloader module
Checking MODIS data query setting...
Traceback (most recent call last):
File "module.py", line 4, in <module>
test()
File "/home/eggi/workspaces/python/de-smart-monitoring-backend-module/de_sm_backend/nrt_io/downloader.py", line 1358, in test_nrt_downloader
test.modis_products(modis_product = "MOD14A1.006",server='https://n5eil01u.ecs.nsidc.org',product_parameters=['FireMask','MaxFRP'],modis_user = 'Nixdorf88', modis_pw = 'Dummling88')
File "/home/eggi/workspaces/python/de-smart-monitoring-backend-module/de_sm_backend/nrt_io/downloader.py", line 849, in modis_products
bnds_lon, bnds_lat = _warp.transform(self.roi.crs,'epsg:4326', self.roi_bounds_rect[:,0], self.roi_bounds_rect[:,1])
File "/home/eggi/workspaces/python/de-smart-monitoring-backend-module/env/lib/python3.8/site-packages/rasterio/env.py", line 386, in wrapper
return f(*args, **kwds)
File "/home/eggi/workspaces/python/de-smart-monitoring-backend-module/env/lib/python3.8/site-packages/rasterio/warp.py", line 54, in transform
return _transform(src_crs, dst_crs, xs, ys, zs)
File "rasterio/_base.pyx", line 1294, in rasterio._base._transform
File "rasterio/_base.pyx", line 1358, in rasterio._base._osr_from_crs
rasterio.errors.CRSError: Invalid CRS: CRS.from_wkt('PROJCRS["ETRS89 / UTM zone 33N",BASEGEOGCRS["ETRS89",DATUM["European Terrestrial Reference System 1989",ELLIPSOID["GRS 1980",6378137,298.257222101,LENGTHUNIT["metre",1]]],PRIMEM["Greenwich",0,ANGLEUNIT["degree",0.0174532925199433]],ID["EPSG",4258]],CONVERSION["UTM zone 33N",METHOD["Transverse Mercator",ID["EPSG",9807]],PARAMETER["Latitude of natural origin",0,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8801]],PARAMETER["Longitude of natural origin",15,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8802]],PARAMETER["Scale factor at natural origin",0.9996,SCALEUNIT["unity",1],ID["EPSG",8805]],PARAMETER["False easting",500000,LENGTHUNIT["metre",1],ID["EPSG",8806]],PARAMETER["False northing",0,LENGTHUNIT["metre",1],ID["EPSG",8807]]],CS["Cartesian",2],AXIS["(E)",east,ORDER[1],LENGTHUNIT["metre",1]],AXIS["(N)",north,ORDER[2],LENGTHUNIT["metre",1]],USAGE[SCOPE["unknown"],AREA["Europe - 12°E to 18°E and ETRS89 by country"],BBOX[46.4,12,84.01,18.01]],ID["EPSG",25833]]')