Skip to content

Get Started

Godream (Geo-dream)

Godream (Geo-dream) is a library that contain geospatial tools for RS&GIS analyze or geospatial analyze in python language. This appears to be a Python library specifically developed to assist in the analysis of geospatial data, with a focus on remote sensing and GIS applications. Such a library would likely provide functions and tools to manipulate, process, and visualize geospatial data, making it easier for users to perform complex analyses in these domains pypi.org.

(How to create new environment)

Require Python version 3.9 ⚠️

Require to install GDAL ⚠️

How to install GDAL with Wheel file(.whl)

Download GDAL Wheel file for Python 3.9 (eg. GDAL-3.3.3-cp39-cp39-win_amd64.whl)

Activate your environment

conda activate 'your environment'

Installation

pip install Godream

Launch Jupyter notebook

jupyter notebook

Import libraries

import Godream

Try to run first command

Import library

from Godream.plotimg import show_map 

Create an intercative map

show_map()
Make this Notebook Trusted to load map: File -> Trust Notebook