Universite-Gustave-Eiffel / NoiseModelling

A open-source model to compute noise maps.
https://noisemodelling.readthedocs.io
GNU General Public License v3.0
161 stars 78 forks source link

Delaunay grid bug #638

Open Donaldhermann opened 11 months ago

Donaldhermann commented 11 months ago

I tried to execute a delaunay grid in my work and I received this message. How can I do to correct it?

Process failed during execution Process execution e2b7e36d-69a0-4f55-a56e-50fee746396a failed java.lang.OutOfMemoryError: Java heap space Java heap space

nicolas-f commented 10 months ago

Hi,

Usually when there is issues with memory on Delaunay it is because you are using the wrong projection system. It should be a metric projection.

Can you attach the geoserver log file that was requested when you created this issue please ?