Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.ipynb_checkpoints/
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

A collection of Python demos for spatial data analytics, geostatistics and machine learning methods.

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/GeostatsGuy/PythonNumericalDemos/HEAD)

I use these demonstrations for:

1. in-lecture walkthroughs
Expand Down
20 changes: 20 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: geostatspy
channels:
- conda-forge
- defaults
dependencies:
- python==3.8
- jupyterlab
- matplotlib-base
- pip
- scipy
- statsmodels
- numpy
- numba
- pandas
- geopandas
- nb_conda
- ipywidgets
- pip:
- geostatspy
prefix: /home/andrew/anaconda3/envs/geostatspy