Skip to content

v0.6-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@OSINT-TECHNOLOGIES OSINT-TECHNOLOGIES released this 15 Feb 22:20
· 38 commits to main since this release
ee2b4bd

GAIA 16.02.2024 UPDATE

ADDED

  1. Added Geocoder plugin to allow users to search places by their names and coordinates

REMOVED

  1. OpenStreetMap tab was removed
  2. Dual map function was removed from osm_processing.py
  3. Removed text about OSM starting in txtreading.py
  4. Removed text and text_params variables in GAIA.ipynb

CHANGED

  1. geemap library was replaced with eefolium
  2. OpenStreetMap is now joined with Google Earth Engine in one tab which is called Combined Cartography and Sattelite Imagery Module
  3. Welcome to GAIA tab was renamed to GAIA HUB
  4. Choose the source control panel title was renamed to Tabs
  5. Reworked the way of calling datasets. From now you can select which dataset to show in layer selection using multiselect without calling all types of datasets (for example you can call only Landsat 8 SR without calling all Landsat datasets)
  6. Initialization of datasets classes were moved before datasets call will be trigered
  7. Moved bands selection initialization from init to datasets functions in sentinel_init.py and landsat_init.py