mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-05 23:38:52 -06:00
GeoDB: Add 2018-us-zcta and us-state
This commit is contained in:
@@ -9,3 +9,15 @@ using RELOG
|
||||
@test point.lat == 41.83956
|
||||
@test point.lon == -88.08857
|
||||
end
|
||||
|
||||
@testset "geodb_query (2018-us-zcta)" begin
|
||||
point = RELOG.geodb_query("2018-us-zcta:60439")
|
||||
@test point.lat == 41.68241
|
||||
@test point.lon == -87.98954
|
||||
end
|
||||
|
||||
@testset "geodb_query (us-state)" begin
|
||||
point = RELOG.geodb_query("us-state:IL")
|
||||
@test point.lat == 39.73939
|
||||
@test point.lon == -89.50414
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user