carderne / ccg-spider

https://ccgspider.site
MIT License
0 stars 1 forks source link

Started to put new code into SPIDER framework #16

Closed leandermue closed 1 year ago

netlify[bot] commented 2 years ago

Deploy Preview for ccgspider ready!

Name Link
Latest commit 20b430badd7bcae295d998cf1ed104eba6a80227
Latest deploy log https://app.netlify.com/sites/ccgspider/deploys/62f0a59bf59802000894fd31
Deploy Preview https://deploy-preview-16--ccgspider.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

carderne commented 2 years ago

Hi @leandermue, two basic changes please before merging:

  1. Undo the changes to README.md
  2. Rename your hex_final.geojson to hydro.geojson (and change the name on line 3 in hydro.yml)

More importantly: The loops in your hydro.py seem to make it too slow to really be useable... Is it the same for you? If I move a slider, it hangs for a couple of seconds before doing anything. For it to work with the instant web thing, we either need to (a) reduce the number of hexagons drastically (could be fine?) or (b) remove any looping behavior (if you look at fish.py it's basically just arithmetic).