mikilterribile

Results 10 issues of mikilterribile

Dear contextily Team, Good evening. Since last year, I have been developing a GIS and hydraulic software, which is freely available at [www.hydro-gis.com](http://www.hydro-gis.com/). I have been utilizing your contextily package...

Hi everyone, I have been using Datashader with Matplotlib to create dynamic visualizations of large vectors (shapefiles). The approach works fine, but each time I start the program, Numba's functions...

Hi everyone, I'm trying to simulate a stream with vertical river banks. I've noticed that anuga does modify the Digital Terrain Model smoothing the high slopes. This may be useful...

I have created a very complex application in python using many libraries. Now, I am trying to freeze it with pyinstaller but I get two errors. The first with gdal,...

triage

Hy everyone, this is for real my last message. I had been trying for hours seeking for a solution but nothing. I have created a nice code for running anuga...

Hi everyone, I am trying to modelling some stuff with the Anuga's culvert operator. I use the box operator with a rectangular section 10m * 1m. The problem is that...

Hi everyone, I'm trying to freeze my environment and scripts into an application using PyInstaller. I have several packages and a very long script, but I've isolated the problem down...

triage

Hi everyone in the Pyinstaller community. I have a problem using pyinstaller to freeze my python application. The error is when importing the gdal library. My python code is very...

triage

Hi everyone, I have developed an Exner-based operator for computing bedload transport and erosion/deposition. This operator seems to work well, but I would like to test it with a real...

I have tried to speed up the simulation with Anuga using "domain = distribute(domain, verbose=True)" at the beginning and " domain.sww_merge(delete_old=True)" at the end but it looks like the speed...