[PR #293] [MERGED] Here i am adding the OSM(open street map) loader #412

Closed
opened 2026-02-15 17:17:06 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama-hub/pull/293
Author: @carrotpy
Created: 5/25/2023
Status: Merged
Merged: 5/28/2023
Merged by: @jerryjliu

Base: mainHead: main


📝 Commits (10+)

📊 Changes

5 files changed (+189 additions, -1 deletions)

View changed files

📝 loader_hub/library.json (+6 -1)
loader_hub/maps/README.md (+54 -0)
loader_hub/maps/__init__.py (+1 -0)
loader_hub/maps/base.py (+126 -0)
loader_hub/maps/requirements.txt (+2 -0)

📄 Description

https://github.com/emptycrown/llama-hub/assets/48360598/8dda616c-8281-4ce7-af53-35dcd2984eb6


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama-hub/pull/293 **Author:** [@carrotpy](https://github.com/carrotpy) **Created:** 5/25/2023 **Status:** ✅ Merged **Merged:** 5/28/2023 **Merged by:** [@jerryjliu](https://github.com/jerryjliu) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`a1b04b2`](https://github.com/run-llama/llama-hub/commit/a1b04b2aaa35229daf142fa886d72502ff46f938) ADDING OSMMAP LOADER - [`ad6f791`](https://github.com/run-llama/llama-hub/commit/ad6f79134c81f1ee7e26941dd434d52c5f28093e) adding osmmap loader - [`59bf3ee`](https://github.com/run-llama/llama-hub/commit/59bf3ee82534d1d3d586b4c06fab7bcb5ec49833) adding osm loader - [`2ef1cbc`](https://github.com/run-llama/llama-hub/commit/2ef1cbc82ab742c06a2cf7a75912e20e84cb3281) Merge branch 'main' into main - [`5164b6c`](https://github.com/run-llama/llama-hub/commit/5164b6c2613bdd1cad9e0a55a622773535bc2b1b) Update README.md - [`deb301b`](https://github.com/run-llama/llama-hub/commit/deb301b0bbab7386852a347d0a98e0fa7d888bed) Update library.json - [`be2c904`](https://github.com/run-llama/llama-hub/commit/be2c904f6da8a29d51f65807c326e46afe8a8321) Changing the folder name - [`23b30c9`](https://github.com/run-llama/llama-hub/commit/23b30c9a2db4cd992c89290b61a8b14aa7cce90b) re organizing to maps folder - [`4d75905`](https://github.com/run-llama/llama-hub/commit/4d759053302e08c771f16fd10bb7e303675ce9cd) updating readme - [`f21c4c3`](https://github.com/run-llama/llama-hub/commit/f21c4c3b15a5eacee14987948be8e4afb6609c22) Update README.md as per comment ### 📊 Changes **5 files changed** (+189 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `loader_hub/library.json` (+6 -1) ➕ `loader_hub/maps/README.md` (+54 -0) ➕ `loader_hub/maps/__init__.py` (+1 -0) ➕ `loader_hub/maps/base.py` (+126 -0) ➕ `loader_hub/maps/requirements.txt` (+2 -0) </details> ### 📄 Description https://github.com/emptycrown/llama-hub/assets/48360598/8dda616c-8281-4ce7-af53-35dcd2984eb6 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:17:06 -05:00
yindo closed this issue 2026-02-15 17:17:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama-hub#412