{"id":25201937,"url":"https://github.com/helgasoft/amapro","last_synced_at":"2025-05-12T18:02:20.868Z","repository":{"id":47024398,"uuid":"515811832","full_name":"helgasoft/amapro","owner":"helgasoft","description":"R/Shiny fusion with AMap for advanced mapping","archived":false,"fork":false,"pushed_at":"2023-05-10T21:08:58.000Z","size":17677,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T16:29:49.277Z","etag":null,"topics":["3d","amap","animation","flyover","gaode","geojson","interactive-visualizations","layers","maps","r","shiny","wms"],"latest_commit_sha":null,"homepage":"https://helgasoft.github.io/amapro/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/helgasoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-07-20T02:52:21.000Z","updated_at":"2024-07-19T06:06:38.000Z","dependencies_parsed_at":"2023-02-05T03:46:04.308Z","dependency_job_id":null,"html_url":"https://github.com/helgasoft/amapro","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":0.05882352941176472,"last_synced_commit":"9f27c02965cdb2bbed881a7ffef14084591dd6a3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helgasoft%2Famapro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helgasoft%2Famapro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helgasoft%2Famapro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helgasoft%2Famapro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helgasoft","download_url":"https://codeload.github.com/helgasoft/amapro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238065562,"owners_count":19410619,"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":["3d","amap","animation","flyover","gaode","geojson","interactive-visualizations","layers","maps","r","shiny","wms"],"created_at":"2025-02-10T06:15:22.225Z","updated_at":"2025-02-10T06:15:22.679Z","avatar_url":"https://github.com/helgasoft.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"man/figures/logo.png\" width='70px' alt=\"\" /\u003e amapro \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \n\u003c!-- badges: start --\u003e\n[![R-CMD-check](https://github.com/helgasoft/amapro/workflows/R-CMD-check/badge.svg)](https://github.com/helgasoft/amapro/actions)\n[![size](https://img.shields.io/github/languages/code-size/helgasoft/amapro)](https://github.com/helgasoft/amapro/releases/)\n[![website](https://img.shields.io/badge/Website-Visit-blue)](https://helgasoft.github.io/amapro)\n\u003c!--\n[![Coveralls test coverage](https://coveralls.io/repos/github/helgasoft/amapro/badge.svg)](https://coveralls.io/r/helgasoft/echarty?branch=main)\n--\u003e\n\u003c!-- badges: end --\u003e\n\u003c!--\n\u003ca href='https://helgasoft.github.io/amapro'\u003e\u003cimg src=\"inst/figures/amapro.gallery.png\" alt=\"amapro.gallery\" /\u003e\u003c/a\u003e\n--\u003e\n\nA thin R wrapper around Javascript library\n[AMap](https://lbs.amap.com/demo/list/jsapi-v2) and its 3D plugin Loca.  \nAPI has eight(8) commands to enclose all AMap and Loca v.2.0 native commands and parameters.  \nFeatures easy transition 2D to/from 3D, variety of markers and layers, geoJson import, map manual drawing, dynamic 3D effects like flyover and trace animation, and more. \u003cbr/\u003e\nEnjoy rich interactive maps in R and Shiny with minimal overhead!\n\n\n## Installation\n\u003c!--\n[![Github version](https://img.shields.io/github/v/release/helgasoft/amapro?label=github)](https://github.com/helgasoft/amapro/releases) --\u003e\nUse latest development version for optimal experience:\n\n``` r\nif (!requireNamespace('remotes')) install.packages('remotes')\nremotes::install_github('helgasoft/amapro')\n```\n\u003c!--\n[![CRAN\nstatus](https://www.r-pkg.org/badges/version/amapro)](https://cran.r-project.org/package=amapro) \nFrom [CRAN](https://CRAN.R-project.org):\n\n``` r\ninstall.packages('amapro')\n```\n--\u003e\n\n## Examples\n\n#### Minimal\n```r\nlibrary(amapro); am.init()\n```\n\n#### Extended\n``` r\nctr \u003c- c(22.430151, 37.073011)\nturl \u003c- paste0('http://server.arcgisonline.com/ArcGIS/rest/services/',\n                 'World_Imagery/MapServer/tile/[z]/[y]/[x]')\nhelmet \u003c- 'https://upload.wikimedia.org/wikipedia/commons/9/9d/Ancient_Greek_helmet.png'\n\nlibrary(amapro)\nam.init(viewMode= '3D', center= ctr, zoom= 10, pitch= 60) |\u003e\nam.control(ctype= 'ControlBar', position= 'RT') |\u003e\nam.item('TileLayer', tileUrl= turl) |\u003e\nam.item('Marker', position= ctr, icon= helmet) |\u003e\nam.cmd('set', 'InfoWindow', name='iwin', content='This is Sparta') |\u003e\nam.cmd('open', 'iwin', 'm$jmap', ctr)   # m$jmap is the map name in JavaScript\n# ... then open in browser for best performance\n\n```\n\u003c!--\n## Get started\n\nThe [**WEBSITE**](https://helgasoft.github.io/amapro) has a gallery with code and tutorials.  \n\u003cbr /\u003e The package has plenty of [**code\nexamples**](https://github.com/helgasoft/amapro/blob/main/R/examples.R)\nincluded. Type\n**?ec.examples** in the RStudio Console, then copy/paste any code from Help to\nsee the result.  \n\nNow you can start building beautiful maps with R and Shiny!\n--\u003e\n## Demo\n\nRun with command ``` demo(am.shiny, 'amapro') ```. Demo will open in default **browser**.\n\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n\u003c!--\u003ca href='https://helgasoft.github.io/amapro/gallery.html' target='_blank'\u003e--\u003e\n\u003cimg src=\"man/figures/demo1.jpg\" alt=\"demo\"/\u003e\n\u003cbr /\u003eMade with amapro. Powered by AMap.\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelgasoft%2Famapro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelgasoft%2Famapro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelgasoft%2Famapro/lists"}