https://github.com/peterhil/ninhursag
Ninhursag is a visual mineral resource index based on US Geologic Survey statistics.
https://github.com/peterhil/ninhursag
d3js flask-application mineral-exploration statistics svelte svelte-kit svg usgs visualization
Last synced: 5 months ago
JSON representation
Ninhursag is a visual mineral resource index based on US Geologic Survey statistics.
- Host: GitHub
- URL: https://github.com/peterhil/ninhursag
- Owner: peterhil
- License: mit
- Created: 2015-04-27T00:57:43.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T15:18:45.000Z (about 1 year ago)
- Last Synced: 2025-05-17T08:06:41.172Z (about 1 year ago)
- Topics: d3js, flask-application, mineral-exploration, statistics, svelte, svelte-kit, svg, usgs, visualization
- Language: JavaScript
- Homepage:
- Size: 23.9 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ninhursag is a data visualisation of USGS mineral world production and reserves
The data is from US Geologic Survey and includes data for world production of
all commonly mined minerals starting from year 1900 until recent years.
You can try to fit various functions to world production data of the
selected mineral by choosing a [statistical distribution function][scipy-functions].
## About
Read about [why I started this project](./app/app/pages/flat/about.md).
## Develop
See [INSTALL.md](./app/docs/INSTALL.md) for instructions on installing
Ninhursag for development. The frontend can be run by running `pnpm dev`.
## License
Copyright (c) 2014–2025 [Peter Hillerström](https://github.com/peterhil)
This software is licensed under the MIT License. See LICENSE for details.
[scipy-functions]:
[skeleton]: