Quick answers to the most common questions.
Is GEE Pal AI free to use?
Yes, the extension itself is completely free. You only need your own API key from Routeway AI or Google Gemini — both offer free tiers to get started.
Where do I get an API key?
Is my API key safe?
Yes. Your API key is stored only in chrome.storage.local on your own device. It is never sent to notGIS servers. All AI requests go directly from your browser to the API provider you choose.
The Generate button is greyed out — why?
The extension only works on the Google Earth Engine Code Editor tab (code.earthengine.google.com). Make sure you have that tab open and active before using the extension.
The generated code has errors — what should I do?
Click the Fix button — it will automatically read the console errors and repair the code. It tries up to 4 times. If it still fails, try the Modify button with a specific fix instruction.
Can I use Modify without generating first?
Yes. Write or paste any code into the GEE editor, then use Modify to enhance it. The AI reads the existing code from the editor and applies only what you request.
Is this extension affiliated with Google?
No. GEE Pal AI is an independent third-party tool developed by notGIS. It is not affiliated with, endorsed by, or officially connected to Google LLC or Google Earth Engine.
How do I update to a new version?
Chrome updates extensions automatically. You can also go to chrome://extensions, enable Developer Mode, and click "Update" to force an immediate update.
What you need to use GEE Pal AI.
🌎 Essential
Google Chrome browser (latest)
Google Earth Engine account (free for research)
Routeway API key OR Google Gemini API key
✅ Optional
Python + geemap (for Python export)
R + rgee package (for R export)
Jupyter Notebook or RStudio