Interactive, client-side heatmap of resource nodes on the Satisfactory world map. Pick resources and find ideal locations for your next factory.
- Heatmap overlay: distribution of nodes, select multiple to see where they overlap CTRL+LMB
- Resource filters: toggle by purity (Impure/Normal/Pure) or individually
- Fast client-side rendering: uses Leaflet with
CRS.Simpleandleaflet.heat
- Serve locally to avoid browser file:// restrictions:
python -m http.server 8000- Open
http://localhost:8000/in your browser
- Static assets live under
resources/:resources/map.jpg— world map imageresources/nodes_vanilla.json— node data extracted using Ficsit Networking modresources/img/*.png— resource icons
- Satisfactory is developed and owned by Coffee Stain Studios AB. This project is not affiliated with, endorsed, or sponsored by Coffee Stain Studios AB.
- All game names, logos, icons, and related assets are trademarks and/or copyrighted materials of Coffee Stain Studios AB; their use here is for identification and informational purposes only.
- If any asset use is a concern, please open an issue and I'll address it promptly.
Issues and pull requests are welcome.
MIT — see LICENSE
