Skip to main content

Getting Started

Importing

When using GeoJikuu, it makes more sense to import the particular modules or classes that you intend to use for your analysis rather than importing the entire library at once. For example, if you wanted to run Global Moran's I, you would import the GlobalMoranI class from the autocorrelation module as follows:

from geojikuu.hypothesis_testing.autocorrelation import GlobalMoranI