-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
4c10ea4
commit 6cd283f
Showing
3 changed files
with
5 additions
and
5 deletions.
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 |
---|---|---|
|
@@ -22,8 +22,8 @@ | |
|
||
import yaml | ||
from _dbconfig.EcoFOCI_db_io import EcoFOCI_db_datastatus | ||
from ecofocipy.math.geotools import latlon_convert | ||
from ecofocipy.metaconfig import load_config | ||
from EcoFOCIpy.math.geotools import latlon_convert | ||
from EcoFOCIpy.metaconfig import load_config | ||
|
||
__author__ = 'Shaun Bell' | ||
__email__ = '[email protected]' | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
|
||
import mysql.connector | ||
import numpy as np | ||
import ecofocipy.math.haversine as sphered | ||
import EcoFOCIpy.math.haversine as sphered | ||
|
||
__author__ = "Shaun Bell" | ||
__email__ = "[email protected]" | ||
|
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 |
---|---|---|
|
@@ -23,8 +23,8 @@ | |
|
||
import yaml | ||
from _dbconfig.EcoFOCI_db_io import EcoFOCI_db_datastatus | ||
from ecofocipy.math.geotools import latlon_convert | ||
from ecofocipy.metaconfig import load_config | ||
from EcoFOCIpy.math.geotools import latlon_convert | ||
from EcoFOCIpy.metaconfig import load_config | ||
|
||
__author__ = 'Shaun Bell' | ||
__email__ = '[email protected]' | ||
|