Closed shovals123 closed 2 years ago
What CRS are you using? We are about to update the tool very soon. Then your issue with numpy float should be fixed.
@.***
From: biglimp @.> Sent: Tuesday, December 21, 2021 3:52 PM To: UMEP-dev/UMEP @.> Cc: Shoval Simon @.>; Author @.> Subject: Re: [UMEP-dev/UMEP] shadow generator not gives all files results for a full day calculation (Issue #346)
What CRS are you using? We are about to update the tool very soon. Then your issue with numpy float should be fixed.
— Reply to this email directly, view it on GitHubhttps://github.com/UMEP-dev/UMEP/issues/346#issuecomment-998796155, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AXACTP2ARAWBMDPJWOTBEF3USCA7LANCNFSM5KQG2JOA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.**@.>>
? CRS means Coordinate Reference System. You find it in lower right corner of your QGIS project.
I have changed the CRS to the local projection. This solved the problem. Thank you.
hi, I'm using umep version 3.18 and Qgis version 3.16.14. I have an error with shadow generator when creating a daily shadow pattern. I get the following message (for a full day calculation): warning:C:/Users/Shoval/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\UMEP\ShadowGenerator\shadow_generator.py:262: DeprecationWarning:
np.float
is a deprecated alias for the builtinfloat
. To silence this warning, usefloat
by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, usenp.float64
here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations dsm = gdal_dsm.ReadAsArray().astype(np.float)Description When I run the daily shadow pattern I am attempting to produce a shadow raster every 2 minutes instead of casting the shadow only once. However, the model produces shadow raster files with random intervals, for example no images are produced from 02:00 until 13:00. Whilst some shadow raster files are produced, there are large time gaps.
To Reproduce Steps to reproduce the behavior:
Desktop (please complete the following information):
Screenshots
Data GOVA_MIVNIM_MUZA.zip
Additional context Add any other context about the problem here.