Skip to content

Commit a0e23d6

Browse files
authored
Plotting Data Demo with GeostatsPy
1 parent 944a403 commit a0e23d6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

GeostatsPy_plottingdata.ipynb

+6-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@
3636
"1. Install Anaconda 3 on your machine (https://www.anaconda.com/download/). \n",
3737
"2. From Anaconda Navigator (within Anaconda3 group), go to the environment tab, click on base (root) green arrow and open a terminal. \n",
3838
"3. In the terminal type: pip install geostatspy. \n",
39-
"4. Open Jupyter and in the top block get started by copy and pasting the code block below from this Jupyter Notebook to start using the geostatspy functionality. \n",
39+
"4. Open Jupyter and in the top block get started by copy and pasting the code block below from this Jupyter Notebook to start using the geostatspy functionality. \n",
40+
"\n",
41+
"You will need to copy the data files to your working directory. They are avaiable here:\n",
42+
"\n",
43+
"1. Tabular data - sample_data.csv at https://git.io/fh4gm\n",
44+
"2. Gridded data - AI_grid.csv at https://git.io/fh4gU\n",
4045
"\n",
4146
"There are exampled below with these functions. You can go here to see a list of the available functions, https://git.io/fh4eX, other example workflows and source code. "
4247
]

0 commit comments

Comments
 (0)