We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026677e commit c7814d6Copy full SHA for c7814d6
src/Geo.jl
@@ -1,26 +1,23 @@
1
module Geo
2
3
-using ArchGDAL
4
using DimensionalData
5
using Extents
6
using GeoDataFrames
7
using GeoFormatTypes
8
using GeoInterface
9
-using GeoInterfaceMakie
10
-using GeoInterfaceRecipes
11
-using GeoJSON
12
-using GeoParquet
13
using GeometryOps
14
-using LibGEOS
15
-using NCDatasets
16
using Proj
17
using Rasters
18
-using Shapefile
19
-using WellKnownGeometry
20
-using ZarrDatasets
21
-
22
-using DimensionalData.Lookups
23
-using DimensionalData.Dimensions
24
+import ArchGDAL
+import GeoInterfaceMakie
+import GeoInterfaceRecipes
+import GeoJSON
+import GeoParquet
+import NCDatasets
+import LibGEOS
+import Shapefile
+import ZarrDatasets
+import WellKnownGeometry
25
26
end
0 commit comments