From b33713743108440a22e4d2c5cb5bed3ee4391167 Mon Sep 17 00:00:00 2001 From: Daven Quinn Date: Tue, 9 May 2023 23:19:36 -0500 Subject: [PATCH 1/3] Add Macrostrat --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 726d49f..0aad812 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ Awesome software projects sub-categorized by focus. ### Visualization - [cmocean](https://matplotlib.org/cmocean) – ![Python](media/icon/python.png) MatPlotLib collection of perceptual colormaps for oceanography. - [Colorcet](https://github.com/holoviz/colorcet) – ![Python](media/icon/python.png) Perceptual colormaps. -- [GeologicPatterns](https://github.com/davenquinn/geologic-patterns) – Entire FGDC pattern library extracted to SVG and PNG for use in geologic maps and stratigraphic columns. +- [Geologic Patterns](https://github.com/davenquinn/geologic-patterns) – Entire FGDC pattern library extracted to SVG and PNG for use in geologic maps and stratigraphic columns. - [ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) – ![Python](media/icon/python.png) 2D interactive maps and GIS visualization in the Jupyter Notebook. - [localtileserver](https://github.com/banesullivan/localtileserver) – ![Python](media/icon/python.png) A Python package for serving tiles from large raster files in the Slippy Maps standard (i.e., `/zoom/x/y.png`) for visualization in Jupyter with `ipyleaflet` or `folium`. - [omfvista](https://github.com/OpenGeoVis/omfvista) – ![Python](media/icon/python.png) PyVista interface for the [Open Mining Format (omf)](#miscellaneous) package. @@ -174,6 +174,7 @@ Awesome software projects sub-categorized by focus. - [Geoscience Australia Portal](https://portal.ga.gov.au) – Comprehensive map-based Australian data portal across multiple geoscience domains. - [GSQ Open Data Portal](https://geoscience.data.qld.gov.au) – Petroleum, coal, and mineral geoscience data from the Queensland resource industry and government, with supporting information from [GSQ GitHub Repository](https://github.com/geological-survey-of-queensland) for Data Models, RDF Vocabularies, and system design. - [ICGEM](http://icgem.gfz-potsdam.de/home) – Hosts gravity field spherical harmonic models and provides a webservice for generating grids of gravity functionals (geoid, gravity anomaly, vertical derivatives, etc). +- [Macrostrat](https://macrostrat.org) - A multiscale, harmonized, and globally-defined geologic map dataset and stratigraphic API. - [NOPIMS](http://www.ga.gov.au/nopims) – Open petroleum geoscience data from Western Australia made available by the Australian Government. - [Poseidon NW Australia](https://drive.google.com/drive/folders/0B7brcf-eGK8Cbk9ueHA0QUU4Zjg) – Interpreted 3D seismic (32bit) including reports and well logs. - [Quantarctica](https://www.npolar.no/quantarctica) – User-configurable [QGIS](#platforms) basemap for Antarctica with high-quality, peer-reviewed, free and open Antarctic scientific data. From 4a412b986c35331a4e032b0e6ee4b24a9c169212 Mon Sep 17 00:00:00 2001 From: Daven Quinn Date: Tue, 9 May 2023 23:26:35 -0500 Subject: [PATCH 2/3] Move Macrostrat to bottom from alphabetical --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0aad812..3453bda 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,6 @@ Awesome software projects sub-categorized by focus. - [Geoscience Australia Portal](https://portal.ga.gov.au) – Comprehensive map-based Australian data portal across multiple geoscience domains. - [GSQ Open Data Portal](https://geoscience.data.qld.gov.au) – Petroleum, coal, and mineral geoscience data from the Queensland resource industry and government, with supporting information from [GSQ GitHub Repository](https://github.com/geological-survey-of-queensland) for Data Models, RDF Vocabularies, and system design. - [ICGEM](http://icgem.gfz-potsdam.de/home) – Hosts gravity field spherical harmonic models and provides a webservice for generating grids of gravity functionals (geoid, gravity anomaly, vertical derivatives, etc). -- [Macrostrat](https://macrostrat.org) - A multiscale, harmonized, and globally-defined geologic map dataset and stratigraphic API. - [NOPIMS](http://www.ga.gov.au/nopims) – Open petroleum geoscience data from Western Australia made available by the Australian Government. - [Poseidon NW Australia](https://drive.google.com/drive/folders/0B7brcf-eGK8Cbk9ueHA0QUU4Zjg) – Interpreted 3D seismic (32bit) including reports and well logs. - [Quantarctica](https://www.npolar.no/quantarctica) – User-configurable [QGIS](#platforms) basemap for Antarctica with high-quality, peer-reviewed, free and open Antarctic scientific data. @@ -185,6 +184,7 @@ Awesome software projects sub-categorized by focus. - [Volve data village](https://www.equinor.com/energy/volve-data-sharing) - A complete set of data from a North Sea oil field available for research, study and development purposes. - [World Stress Map](http://www.world-stress-map.org) – A global compilation of information on the crustal present-day stress field. - [Volve data village](https://www.equinor.com/energy/volve-data-sharing) - A complete set of data from a North Sea oil field available for research, study and development purposes. +- [Macrostrat](https://macrostrat.org) - A multiscale, harmonized, and globally-defined geologic map dataset and stratigraphic API. | ▲ [Top](#awesome-open-geoscience) | | --- | From 9b9e90b20265a98fe58f809de532a37ce38fa9eb Mon Sep 17 00:00:00 2001 From: Justin Gosses <11600445+JustinGOSSES@users.noreply.github.com> Date: Sun, 14 May 2023 13:21:03 -0500 Subject: [PATCH 3/3] Update README.md Fixed the 2 links that were causing problems with link checker. One had moved, the other is gone, so deleted. The link to tweet about the repo times out now due to a Twitter change. Will put that link into ignore list but in a later separate commit. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3453bda..dd3ab8f 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Awesome software projects sub-categorized by focus. ### Reservoir Engineering - [DuMux](https://dumux.org) – ![C++](media/icon/cplusplus.png) Simulator for flow and transport processes in porous media. - [ecl](https://github.com/equinor/ecl) – ![Python](media/icon/python.png) Reading and writing Eclipse reservoir simulator files. -- [Fesapi](https://github.com/F2I-Consulting/fesapi) – ![C++](media/icon/cplusplus.png) ![C++](media/icon/java.png) ![C++](media/icon/csharp.png) Reading and writing [RESQML2](https://www.energistics.org/portfolio/resqml-data-standards) files. +- [Fesapi](https://github.com/F2I-Consulting/fesapi) – ![C++](media/icon/cplusplus.png) ![C++](media/icon/java.png) ![C++](media/icon/csharp.png) Reading and writing [RESQML2](https://www.energistics.org/resqml-data-standards) files. - [libres](https://github.com/equinor/libres) – ![Python](media/icon/python.png) Tool for managing an ensemble of reservoir models. - [MRST](https://www.sintef.no/projectweb/mrst) – ![matlab](media/icon/matlab.png) Rapid prototyping and demonstration of new simulation methods in reservoir modelling and simulation. - [ResInsight](https://github.com/OPM/ResInsight) – ![C++](media/icon/cplusplus.png) ![Python](media/icon/python.png) ResInsight is a powerful open source, cross-platform 3D visualization, curve plotting, and post processing tool for reservoir models and simulations. @@ -201,7 +201,6 @@ Awesome software projects sub-categorized by focus. ## Miscellaneous -- [Comparison of free geophysics software](https://en.wikipedia.org/wiki/Comparison_of_free_geophysics_software) – List of geophysics software on Wikipedia. - [gio](https://github.com/agile-geoscience/gio) – ![Python](media/icon/python.png) Geoscience file input and output functions for less-than standard data formats. - [Open Mining Format](https://omf.readthedocs.io/en/latest) – ![Python](media/icon/python.png) Versatile mining data standard. - [Software Underground Slack](https://softwareunderground.org) – ![slack](media/icon/slack.png) Community connecting geo\computing researchers.