Installing geoextent¶
geoextent requires Python 3.x and above. It was only tested with linux and should also work under windows.
Installing with pip¶
pip install geoextent
Installing from source code¶
git clone https://github.com/o2r-project/geoextent
cd geoextent
pip install -r requirements.txt
pip install -e .