Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Releases: GeoRetina/chat2geo

Google Earth Engine Data Loading & Visualization

20 Feb 14:29
ec8d8bd

Choose a tag to compare

What's Changed in v0.6.3-alpha

Features

  • GEE Dataset Loading: Added capability to load any dataset on Google Earth Engine (GEE).
  • Database Query: Introduced a new query function to find GEE datasets based on user search queries.
  • Web Scraper: Added functionality to retrieve detailed dataset information.

Bug Fixes

  • Fixed an issue with the pgvector extension.

Documentation

  • Improved GEE data loading
  • Updated README.md with reorganized content and additional details.
  • Made minor revisions to README.md and added missing environment variable information.

Chores / Refactoring

  • Added more in-line comments for clarity

Full Changelog:: https://github.com/GeoRetina/chat2geo/compare/v0.6.3-alpha...v0.6.4-alpha

v0.6.3-alpha

20 Feb 04:11
9a5e34d

Choose a tag to compare

v0.6.3-alpha Pre-release
Pre-release

What's Changed in v0.6.3-alpha

Features

  • GEE Dataset Loading: Added capability to load any dataset on Google Earth Engine (GEE).
  • Database Query: Introduced a new query function to find GEE datasets based on user search queries.
  • Web Scraper: Added functionality to retrieve detailed dataset information.

Bug Fixes

  • Fixed an issue with the pgvector extension.

Documentation

  • Updated README.md with reorganized content and additional details.
  • Made minor revisions to README.md and added missing environment variable information.

Chores / Refactoring

  • Added pgvector extension to the schema.
  • Removed the deprecated "user_projects" table.

Full Changelog: View commits

v0.6.1-alpha: New Features/Enhancements & Bug Fixes

11 Feb 18:47
d4f4f2e

Choose a tag to compare

v0.6.1-alpha

🚀 New Features

  • Added functionality for address search.
  • Added address zooming capability.
  • Added new charts for data visualization.
  • Added functionality to process feature collections.

🔄 Improvements

  • Updated Next.js and React to the latest versions.
  • Improved UI layout, color schemes, and tooltips.
  • Re-adjusted the position of the theme popover.
  • Improved LLM instructions and structure.
  • Improved error handling and placeholder text.
  • Increased z-index to resolve display issues.
  • Reduced initial zoom level for better usability.

🛠 Refactors

  • Switched API requests to send data in the request body instead of URL parameters.
  • Changed the API route for basemaps.
  • Reorganized routes and file structure for maintainability.
  • Renamed multiple files for clarity and consistency.
  • Removed redundant lines and extra code for optimization.
  • Improved the interface and structure of key components.

🐞 Bug Fixes

  • Fixed UI issues with tooltips.
  • Fixed an issue with layer zoom.
  • Fixed a timeout issue in land-cover/land-use mapping (using Google Dynamic World) by decreasing the scale for histograms.
  • Fixed file name changes affecting imports.

📝 Documentation

  • Added comments for clarity in the codebase.