{"id":15035745,"url":"https://github.com/geostatsguy/pythonnumericaldemos","last_synced_at":"2025-05-14T15:07:53.487Z","repository":{"id":43371784,"uuid":"106843586","full_name":"GeostatsGuy/PythonNumericalDemos","owner":"GeostatsGuy","description":"Well-documented Python demonstrations for spatial data analytics, geostatistical and machine learning to support my courses.","archived":false,"fork":false,"pushed_at":"2025-01-09T17:43:35.000Z","size":212931,"stargazers_count":1435,"open_issues_count":15,"forks_count":500,"subscribers_count":62,"default_branch":"master","last_synced_at":"2025-04-12T01:27:31.573Z","etag":null,"topics":["datanalytics","geostatistics","machine-learning","python"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GeostatsGuy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-10-13T15:44:06.000Z","updated_at":"2025-04-05T01:11:54.000Z","dependencies_parsed_at":"2025-02-27T23:12:02.366Z","dependency_job_id":"8d822150-8efa-4a9a-97b7-5711b9fa2073","html_url":"https://github.com/GeostatsGuy/PythonNumericalDemos","commit_stats":{"total_commits":538,"total_committers":1,"mean_commits":538.0,"dds":0.0,"last_synced_commit":"39435435717ce7748bfbf1c1be9909407ce859e5"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeostatsGuy%2FPythonNumericalDemos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeostatsGuy%2FPythonNumericalDemos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeostatsGuy%2FPythonNumericalDemos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeostatsGuy%2FPythonNumericalDemos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GeostatsGuy","download_url":"https://codeload.github.com/GeostatsGuy/PythonNumericalDemos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248505871,"owners_count":21115354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["datanalytics","geostatistics","machine-learning","python"],"created_at":"2024-09-24T20:29:22.969Z","updated_at":"2025-04-12T01:50:49.497Z","avatar_url":"https://github.com/GeostatsGuy.png","language":"Jupyter Notebook","readme":"\u003ch1 align=\"center\"\u003cp\u003e\n    \u003cimg src=\"https://github.com/GeostatsGuy/GeostatsPy/blob/master/TCG_color_logo.png\" width=\"220\" height=\"200\" /\u003e\n\u003c/p\u003e\u003c/h1\u003e\n\n\u003ch1 align=\"center\"\u003ePythonNumericalDemos: Educational Data Science Python Demonstrations Repository (0.0.1)\u003c/h1\u003e\n\n\u003ch3 align=\"center\"\u003eWell documented Python workflows to help you over the intellectual hurdles of data science!\u003c/h3\u003e\n\n*To support my students in my **Data Analytics and Geostatistics**, **Spatial Data Analytics** and **Machine Learning** courses and anyone else learning data analytics and machine learning, I have developed a set of well-documented Python workflows. When students struggle with a concept I make and share a new well-documented so they can try out and repeat all the examples from my lectures to learn immediately how to apply the models or theoretical concepts!* \n\n### Michael Pyrcz, Professor, The University of Texas at Austin, Data Analytics, Geostatistics and Machine Learning \n#### [Twitter](https://twitter.com/geostatsguy) | [GitHub](https://github.com/GeostatsGuy) | [Website](http://michaelpyrcz.com) | [GoogleScholar](https://scholar.google.com/citations?user=QVZ20eQAAAAJ\u0026hl=en\u0026oi=ao) | [Book](https://www.amazon.com/Geostatistical-Reservoir-Modeling-Michael-Pyrcz/dp/0199731446) | [YouTube](https://www.youtube.com/channel/UCLqEr-xV-ceHdXXXrTId5ig)  | [LinkedIn](https://www.linkedin.com/in/michael-pyrcz-61a648a1)\n\n***\n\n### Cite As:\n\nPyrcz, Michael J. (2021). PythonNumericalDemos: Educational Data Science Python Demonstrations Repository (0.0.1). Zenodo. https://doi.org/10.5281/zenodo.5564966\n\n[![DOI](https://zenodo.org/badge/106843586.svg)](https://zenodo.org/doi/10.5281/zenodo.5564966)\n\n***\n\n#### Setup\n\nA minimum environment includes:\n\n* Python 3.7.10 - due to the depdendency of GeostatsPy on the Numba package for code acceleration\n* MatPlotLib - plotting\n* NumPy - gridded data and array math\n* Pandas - tabulated data\n* SciPy - statistics module\n* ipywidgets - for plot interactivity\n* [GeostatsPy](https://pypi.org/project/geostatspy/) - geostatistical algorithms and functions (Pyrcz et al., 2021)\n\nThe required datasets are available in the [GeoDataSets](https://github.com/GeostatsGuy/GeoDataSets) repository and linked in the workflows.\n\n#### Repository Summary\n\nI use these demonstrations for:\n\n1. in-lecture walkthroughs \n2. hands-on experiential learning with specific tasks suggested in the accompanying lecture notes\n3. example workflows to support my students\n\nOther resources that you might be interested in include:\n\n*  [R workflow repository](https://github.com/GeostatsGuy/geostatsr)\n*  [Excel workflow repository](https://github.com/GeostatsGuy/ExcelNumericalDemos)\n*  [GeostatsPy package](https://github.com/GeostatsGuy/GeostatsPy)\n\nWhile I have more than 20 years experience coding in FORTRAN, C++ and VBA, I just started with Python a couple of years ago. I love it.  I code less and get more done!  I recommend Python to any engineers or scientists.  Here's some reasons to learn to code:\n\n1. __Transparency__ – no compiler accepts hand waiving! Coding forces your logic to be uncovered for any other scientist or engineer to review.\n\n2. __Reproducibility__ – run it, get an answer, hand it over, run it, get the same answer. This is a main principle of the scientific method.\n\n3. __Quantification__ – programs need numbers. Feed the program and discover new ways to look at the world.\n\n4. __Open-source__ – leverage a world of brilliance. Check out packages, snippets and be amazed with what great minds have freely shared.\n\n5. __Break Down Barriers__ – don’t throw it over the fence. Sit at the table with the developers and share more of your subject matter expertise for a better product.\n\n6. __Deployment__ – share it with others and multiply the impact. Performance metrics or altruism, your good work benefits many others.\n\n7. __Efficiency__ – minimize the boring parts of the job. Build a suite of scripts for automation of common tasks and spend more time doing science and engineering!\n\n8. __Always Time to Do it Again!__ – how many times did you only do it once? It probably takes 2-4 times as long to script and automate a workflow.  Usually worth it.\n\n9. __Be Like Us__ – it will change you. Users feel limited, programmers truly harness the power of their applications and hardware. \n\nAlright, that is enough of my ranting. Especially, since I haven't even introduced myself yet!\n\n#### The Repository Author:\n\n### Michael Pyrcz, Professor, The University of Texas at Austin \n*Novel Data Analytics, Geostatistics and Machine Learning Subsurface Solutions*\n\nWith over 17 years of experience in subsurface consulting, research and development, Michael has returned to academia driven by his passion for teaching and enthusiasm for enhancing engineers' and geoscientists' impact in subsurface resource development. \n\nFor more about Michael check out these links:\n\n#### [Twitter](https://twitter.com/geostatsguy) | [GitHub](https://github.com/GeostatsGuy) | [Website](http://michaelpyrcz.com) | [GoogleScholar](https://scholar.google.com/citations?user=QVZ20eQAAAAJ\u0026hl=en\u0026oi=ao) | [Book](https://www.amazon.com/Geostatistical-Reservoir-Modeling-Michael-Pyrcz/dp/0199731446) | [YouTube](https://www.youtube.com/channel/UCLqEr-xV-ceHdXXXrTId5ig)  | [LinkedIn](https://www.linkedin.com/in/michael-pyrcz-61a648a1)\n\n#### Want to Work Together?\n\nI hope this content is helpful to those that want to learn more about subsurface modeling, data analytics and machine learning. Students and working professionals are welcome to participate.\n\n* Want to invite me to visit your company for training, mentoring, project review, workflow design and / or consulting? I'd be happy to drop by and work with you! \n\n* Interested in partnering, supporting my graduate student research or my Subsurface Data Analytics and Machine Learning consortium (co-PIs including Profs. Foster, Torres-Verdin and van Oort)? My research combines data analytics, stochastic modeling and machine learning theory with practice to develop novel methods and workflows to add value. We are solving challenging subsurface problems!\n\n* I can be reached at mpyrcz@austin.utexas.edu.\n\nI'm always happy to discuss,\n\n*Michael*\n\nMichael Pyrcz, Ph.D., P.Eng. Professor, Cockrell School of Engineering and The Jackson School of Geosciences, The University of Texas at Austin\n\n#### More Resources Available at: [Twitter](https://twitter.com/geostatsguy) | [GitHub](https://github.com/GeostatsGuy) | [Website](http://michaelpyrcz.com) | [GoogleScholar](https://scholar.google.com/citations?user=QVZ20eQAAAAJ\u0026hl=en\u0026oi=ao) | [Book](https://www.amazon.com/Geostatistical-Reservoir-Modeling-Michael-Pyrcz/dp/0199731446) | [YouTube](https://www.youtube.com/channel/UCLqEr-xV-ceHdXXXrTId5ig)  | [LinkedIn](https://www.linkedin.com/in/michael-pyrcz-61a648a1)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeostatsguy%2Fpythonnumericaldemos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeostatsguy%2Fpythonnumericaldemos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeostatsguy%2Fpythonnumericaldemos/lists"}