Thank you for helping build the next generation of GIS.
- Read the README and architecture overview
- GeneGIS is not a QGIS clone — please don't open PRs that recreate layer-tree desktop UX
- Major changes need an RFC in
docs/rfcs/
cargo build
cargo test
cargo run -p genegis-cli -- workflow run nagoya-densitycrates/genegis-core— project model, commands (stable-ish)crates/genegis-workflow— GeoWorkflow IRcrates/genegis-render— wgpu rendering- Other crates — engines (Phase 0+ skeletons)
- Keep PRs focused; prefer small incremental changes
- Include tests when adding logic to core crates
- Record CRS, units, and provenance for any spatial operation
- No secrets, credentials, or private dataset dumps
- Copy
docs/rfcs/0001-master-architecture.mdas a template - Number sequentially (
0002-...) - Discuss in issues before large implementations
Be respectful. We compete with ideas, not people. QGIS and ArcGIS deserve credit as inspirations we learn from — not targets to attack.