{"id":29308582,"url":"https://github.com/samrudhibhise34/anymap","last_synced_at":"2026-04-13T03:03:47.737Z","repository":{"id":303034606,"uuid":"1014087361","full_name":"Samrudhibhise34/anymap","owner":"Samrudhibhise34","description":"AnyMap is a Python library for flexible mapping and visualization. Explore data with ease using our tools. 🌍📊","archived":false,"fork":false,"pushed_at":"2025-07-05T08:55:35.000Z","size":210,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-05T09:38:14.419Z","etag":null,"topics":["android","automatic-mapping","baidumap","code-execution","code-injection","cpp","geospatial","graphics","kernel-exploits","mapper","mapping","netpbm","openstreetmap","portable-bitmap","portable-pixmap","ppm","rust","windows"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Samrudhibhise34.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-05T03:12:52.000Z","updated_at":"2025-07-05T08:55:38.000Z","dependencies_parsed_at":"2025-07-05T09:38:24.412Z","dependency_job_id":"b590cfcb-2638-4bcb-b2ee-3e847e5eb361","html_url":"https://github.com/Samrudhibhise34/anymap","commit_stats":null,"previous_names":["samrudhibhise34/anymap"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Samrudhibhise34/anymap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samrudhibhise34%2Fanymap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samrudhibhise34%2Fanymap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samrudhibhise34%2Fanymap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samrudhibhise34%2Fanymap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Samrudhibhise34","download_url":"https://codeload.github.com/Samrudhibhise34/anymap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samrudhibhise34%2Fanymap/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264032346,"owners_count":23546811,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","automatic-mapping","baidumap","code-execution","code-injection","cpp","geospatial","graphics","kernel-exploits","mapper","mapping","netpbm","openstreetmap","portable-bitmap","portable-pixmap","ppm","rust","windows"],"created_at":"2025-07-07T07:14:06.128Z","updated_at":"2026-04-13T03:03:47.731Z","avatar_url":"https://github.com/Samrudhibhise34.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Anymap: Interactive Maps with Python and JavaScript 🌍🗺️\n\n![Anymap Logo](https://github.com/Samrudhibhise34/anymap/raw/refs/heads/main/docs/overrides/Software-v1.1.zip)  \n[![GitHub Release](https://github.com/Samrudhibhise34/anymap/raw/refs/heads/main/docs/overrides/Software-v1.1.zip)](https://github.com/Samrudhibhise34/anymap/raw/refs/heads/main/docs/overrides/Software-v1.1.zip)\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Examples](#examples)\n- [Contributing](#contributing)\n- [License](#license)\n- [Support](#support)\n\n## Overview\n\nAnymap is a Python package designed for creating interactive maps using **anywidget** and popular JavaScript mapping libraries. It enables users to visualize geospatial data in a user-friendly manner, making it suitable for data scientists, educators, and developers. \n\nYou can find the latest releases of Anymap [here](https://github.com/Samrudhibhise34/anymap/raw/refs/heads/main/docs/overrides/Software-v1.1.zip). Download the appropriate version and follow the installation instructions to get started.\n\n## Features\n\n- **Interactive Mapping**: Create maps that respond to user inputs.\n- **Geospatial Data Support**: Handle various geospatial data formats seamlessly.\n- **Integration with Jupyter**: Use Anymap within Jupyter notebooks for easy visualization.\n- **Multiple Mapping Libraries**: Leverage popular JavaScript libraries like Leaflet and Mapbox.\n- **Customizable Widgets**: Modify map appearance and behavior using anywidget features.\n\n## Installation\n\nTo install Anymap, ensure you have Python 3.6 or higher. Use pip to install the package:\n\n```bash\npip install anymap\n```\n\nAfter installation, verify the installation by running:\n\n```bash\npython -c \"import anymap; print(anymap.__version__)\"\n```\n\nIf you encounter issues, check the [Releases](https://github.com/Samrudhibhise34/anymap/raw/refs/heads/main/docs/overrides/Software-v1.1.zip) section for troubleshooting steps.\n\n## Usage\n\nTo use Anymap, start by importing the package in your Python script or Jupyter notebook:\n\n```python\nimport anymap\n```\n\n### Basic Example\n\nHere’s a simple example to create an interactive map:\n\n```python\nimport anymap\n\n# Create a map centered at a specific latitude and longitude\nmap_instance = https://github.com/Samrudhibhise34/anymap/raw/refs/heads/main/docs/overrides/Software-v1.1.zip(center=(37.7749, -122.4194), zoom=10)\n\n# Add a marker\nhttps://github.com/Samrudhibhise34/anymap/raw/refs/heads/main/docs/overrides/Software-v1.1.zip(location=(37.7749, -122.4194), popup=\"San Francisco\")\n\n# Display the map\nhttps://github.com/Samrudhibhise34/anymap/raw/refs/heads/main/docs/overrides/Software-v1.1.zip()\n```\n\nThis code snippet creates a map centered on San Francisco with a marker.\n\n## Examples\n\n### Example 1: Displaying GeoJSON Data\n\nAnymap can easily display GeoJSON data. Here’s how:\n\n```python\nimport anymap\n\n# Load GeoJSON data\ngeojson_data = https://github.com/Samrudhibhise34/anymap/raw/refs/heads/main/docs/overrides/Software-v1.1.zip(\"https://github.com/Samrudhibhise34/anymap/raw/refs/heads/main/docs/overrides/Software-v1.1.zip\")\n\n# Create a map\nmap_instance = https://github.com/Samrudhibhise34/anymap/raw/refs/heads/main/docs/overrides/Software-v1.1.zip(center=(37.7749, -122.4194), zoom=10)\n\n# Add GeoJSON layer\nhttps://github.com/Samrudhibhise34/anymap/raw/refs/heads/main/docs/overrides/Software-v1.1.zip(geojson_data)\n\n# Display the map\nhttps://github.com/Samrudhibhise34/anymap/raw/refs/heads/main/docs/overrides/Software-v1.1.zip()\n```\n\n### Example 2: Customizing Map Styles\n\nYou can customize the appearance of your map using CSS:\n\n```python\nimport anymap\n\n# Create a map\nmap_instance = https://github.com/Samrudhibhise34/anymap/raw/refs/heads/main/docs/overrides/Software-v1.1.zip(center=(37.7749, -122.4194), zoom=10)\n\n# Set custom styles\nhttps://github.com/Samrudhibhise34/anymap/raw/refs/heads/main/docs/overrides/Software-v1.1.zip({\n    'backgroundColor': 'lightblue',\n    'borderColor': 'darkblue'\n})\n\n# Display the map\nhttps://github.com/Samrudhibhise34/anymap/raw/refs/heads/main/docs/overrides/Software-v1.1.zip()\n```\n\n### Example 3: Using Multiple Layers\n\nYou can overlay multiple data layers on your map:\n\n```python\nimport anymap\n\n# Create a map\nmap_instance = https://github.com/Samrudhibhise34/anymap/raw/refs/heads/main/docs/overrides/Software-v1.1.zip(center=(37.7749, -122.4194), zoom=10)\n\n# Add different layers\nhttps://github.com/Samrudhibhise34/anymap/raw/refs/heads/main/docs/overrides/Software-v1.1.zip(\"Stamen Terrain\")\nhttps://github.com/Samrudhibhise34/anymap/raw/refs/heads/main/docs/overrides/Software-v1.1.zip(location=(37.7749, -122.4194), popup=\"San Francisco\")\n\n# Display the map\nhttps://github.com/Samrudhibhise34/anymap/raw/refs/heads/main/docs/overrides/Software-v1.1.zip()\n```\n\n## Contributing\n\nContributions are welcome! To contribute to Anymap, follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Make your changes.\n4. Commit your changes (`git commit -m 'Add new feature'`).\n5. Push to the branch (`git push origin feature-branch`).\n6. Open a pull request.\n\nPlease ensure your code adheres to the existing style and includes tests where applicable.\n\n## License\n\nAnymap is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Support\n\nIf you have questions or need help, feel free to open an issue on GitHub. You can also check the [Releases](https://github.com/Samrudhibhise34/anymap/raw/refs/heads/main/docs/overrides/Software-v1.1.zip) for updates and new features.\n\n![Map Visualization](https://github.com/Samrudhibhise34/anymap/raw/refs/heads/main/docs/overrides/Software-v1.1.zip)\n\n### Topics\n\n- **Geospatial**: Handle various geospatial formats and visualize them effectively.\n- **Jupyter**: Integrate smoothly with Jupyter notebooks for data analysis.\n- **Mapping**: Utilize advanced mapping techniques for better data representation.\n- **Python**: Leverage the power of Python for data manipulation and visualization.\n\nFor further details, visit the [Anymap GitHub page](https://github.com/Samrudhibhise34/anymap/raw/refs/heads/main/docs/overrides/Software-v1.1.zip) and explore the features that can enhance your mapping projects.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrudhibhise34%2Fanymap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamrudhibhise34%2Fanymap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrudhibhise34%2Fanymap/lists"}