You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The backend takes around 30 seconds to calculate due to the fact that SPLAT! is inherently single-threaded. We can speed this up by using multiple CPU cores. I'm working on using openMP to take care of this.
The frontend needs to render the geotiff files for area mode more quickly, especially when multiple sites are being displayed.
The text was updated successfully, but these errors were encountered:
The backend takes around 30 seconds to calculate due to the fact that SPLAT! is inherently single-threaded. We can speed this up by using multiple CPU cores. I'm working on using openMP to take care of this.
The frontend needs to render the geotiff files for area mode more quickly, especially when multiple sites are being displayed.
The text was updated successfully, but these errors were encountered: