-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
# KansasPPDMLoader | ||
# KansasPPDMLoader | ||
Loading of Kansas Geological Survey data into PPDM | ||
|
||
The program will automatically download wellbore for you and load into your PPDM SQL Server database. Only SQL Server is supported. | ||
|
||
The release have a self contained executable that you can download. This does not have a certificate so you will get a warning when using it. | ||
|
||
You will need an appsettings.json file for any parameters used by the application such as: | ||
ConnectionString: This will contain the connection string to your SQL Server database | ||
|
||
|