GeoAI Documentation#25
Draft
aloverro wants to merge 8 commits into
Draft
Conversation
- Updated .gitignore to include environment files and VS Code settings. - Removed outdated API reference documentation. - Added .env.example file for environment variable configuration. - Revised EOOS and MARS example notebooks to improve setup instructions and logging. - Introduced new geoparquet files for EOOS and MARS examples. - Expanded README.md with prerequisites for Azure resources and installation instructions. - Enhanced intro.md with detailed information about GeoAI models and Azure services. - Updated sdk-index.md for clearer installation guidance and example usage.
Comment on lines
+78
to
+80
| if use_pc_signing and "planetarycomputer.microsoft.com" in str( | ||
| stac_item.get_self_href() | ||
| ): |
Comment on lines
+195
to
+197
| if use_pc_signing and "planetarycomputer.microsoft.com" in str( | ||
| item.get_self_href() | ||
| ): |
|
|
||
| # Only validate collection names for Planetary Computer | ||
| # Private GeoCatalogs can use custom collection names | ||
| is_planetary_computer = "planetarycomputer.microsoft.com" in input.geocatalog_uri.lower() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.