Skip to content

Commit e74c150

Browse files
sample data added
1 parent 19b446c commit e74c150

File tree

5 files changed

+62230
-6
lines changed

5 files changed

+62230
-6
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ Run the following command in the source directory in order to use the maximum en
2828
```
2929
python setup.py build_ext --inplace
3030
```
31+
## Data
3132

32-
## Aeromagnetic Data
33+
Examples can be found in the data directory.
34+
35+
### Aeromagnetic Data
3336

3437
- Aeromagnetic data should be gridded on a cartesian grid with spatial units in meters
3538
- Recognized formats are:
@@ -41,16 +44,17 @@ python setup.py build_ext --inplace
4144
+proj=lcc +lat_1=49 +lat_2=77 +lat_0=63 +lon_0=-92 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs
4245
```
4346

44-
## Borehole Data
47+
### Borehole Data
4548

46-
Borehole data should be in a csv file with the same header as given in the Global Heat Flow Datababse of the International Heat Flow Commission (http://www.heatflow.und.edu/index2.html). An example file can be found at http://www.heatflow.und.edu/Global2010.csv. The first lines of this file are:
49+
Borehole data should be in a csv file with the same header as given in the Global Heat Flow Database of the International Heat Flow Commission (http://www.heatflow.und.edu/index2.html). An example file can be found at http://www.heatflow.und.edu/Global2010.csv. The first lines of this file are:
4750
```
4851
Data Number,Codes,Site Name,Latitude,Longitude,Elevation,minD,maxD,No. Temps,Gradient,No. Cond.,Conductivity,No.Heat Prod.,Heat Prod.,Heat Flow,No. sites,Year of Pub.,Reference,Comments,,
4952
1,,SMU-KG2,44.4637,-111.7322,1987,28,66,,81,2,1.88,,,,,1983,Brott_etal1983,Williams_etal1995,,
5053
2,,SMU-SP3,44.3278,-112.2128,1795,10,99,,55,5,2.06,,,,,1983,Brott_etal1983,Brott_etal1983,,
5154
3,,SMU-SP2,44.3678,-112.1432,1859,25,70,,46,5,1.67,,,,,1983,Brott_etal1983,Brott_etal1983,,
5255
```
5356

57+
The script `mk_db.py` can be used to extract the heat flow data for the area corresponding to your aeromagnetic data grid, and store it in a python shelf that pycpd understands.
5458

5559
## References
5660
```

0 commit comments

Comments
 (0)