{"id":13856730,"url":"https://github.com/giswqs/leafmaptools","last_synced_at":"2025-05-12T15:24:31.992Z","repository":{"id":57447873,"uuid":"346530287","full_name":"giswqs/leafmaptools","owner":"giswqs","description":"A Python package for building a tool widgets infrastructure with ipyleaflet and ipywidgets","archived":false,"fork":false,"pushed_at":"2021-05-10T11:10:55.000Z","size":1723,"stargazers_count":10,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-15T23:38:25.844Z","etag":null,"topics":["data-science","data-visualization","geopython","geospatial","ipyleaflet","ipywidgets","jupyter","jupyter-notebook","mapping","python"],"latest_commit_sha":null,"homepage":"https://leafmaptools.gishub.org","language":"Python","has_issues":true,"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/giswqs.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2021-03-11T00:26:47.000Z","updated_at":"2023-03-24T15:49:09.000Z","dependencies_parsed_at":"2022-09-26T17:30:34.013Z","dependency_job_id":null,"html_url":"https://github.com/giswqs/leafmaptools","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giswqs%2Fleafmaptools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giswqs%2Fleafmaptools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giswqs%2Fleafmaptools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giswqs%2Fleafmaptools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giswqs","download_url":"https://codeload.github.com/giswqs/leafmaptools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253764254,"owners_count":21960546,"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":["data-science","data-visualization","geopython","geospatial","ipyleaflet","ipywidgets","jupyter","jupyter-notebook","mapping","python"],"created_at":"2024-08-05T03:01:10.954Z","updated_at":"2025-05-12T15:24:31.969Z","avatar_url":"https://github.com/giswqs.png","language":"Python","readme":"============\nleafmaptools\n============\n\n.. image:: https://mybinder.org/badge_logo.svg\n        :target: https://mybinder.org/v2/gh/giswqs/leafmaptools/master?urlpath=lab/tree/examples/notebooks\n\n.. image:: https://img.shields.io/pypi/v/leafmaptools.svg\n        :target: https://pypi.python.org/pypi/leafmaptools\n\n.. image:: https://img.shields.io/conda/vn/conda-forge/leafmaptools.svg\n        :target: https://anaconda.org/conda-forge/leafmaptools\n\n.. image:: https://pepy.tech/badge/leafmaptools\n        :target: https://pepy.tech/project/leafmaptools\n\n.. image:: https://github.com/giswqs/leafmaptools/workflows/docs/badge.svg\n        :target: https://leafmaptools.gishub.org\n\n.. image:: https://github.com/giswqs/leafmaptools/workflows/build/badge.svg\n        :target: https://github.com/giswqs/leafmaptools/actions?query=workflow%3Abuild\n\n.. image:: https://img.shields.io/badge/License-MIT-yellow.svg\n        :target: https://opensource.org/licenses/MIT\n\n\n**A Python package for building a tool widgets infrastructure with ipyleaflet and ipywidgets.**\n\n-   Free software: MIT license\n-   Documentation: https://leafmaptools.gishub.org\n    \n\n**Contents**\n\n- `Introduction`_\n- `Features`_\n- `Installation`_\n- `Examples`_\n- `Credits`_\n\n\nIntroduction\n------------\n\nThis is a Python package exploring ideas for building a tool widgets infrastructure with ipyleaflet and ipywidgets. The outcome should be a collection of useful and reusable tools that provide workarounds for missing features and can be used on and off the map without the need for writing Javascript code.\n\n\nFeatures\n--------\n\nThe Wiki contains some early [feature ideas](https://github.com/giswqs/leafmaptools/wiki/Feature-ideas) which can be used/imported from the code now. The following image is a sneak preview, more is about to come:\n\n.. image:: https://github.com/giswqs/leafmaptools/raw/master/prototypes/prototype1.gif\n        :target: https://github.com/giswqs/leafmaptools/raw/master/prototypes/prototype1.gifwGjpjh9IQ5I\n\n\nInstallation\n------------\n\n**leafmaptools** is available on `PyPI \u003chttps://pypi.org/project/leafmaptools/\u003e`__. To install **leafmaptools**, run this command in your terminal:\n\n.. code:: python\n\n  pip install leafmaptools\n\n\n**leafmaptools** is also available on `conda-forge \u003chttps://anaconda.org/conda-forge/leafmaptools\u003e`__. If you have `Anaconda \u003chttps://www.anaconda.com/distribution/#download-section\u003e`__ or `Miniconda \u003chttps://docs.conda.io/en/latest/miniconda.html\u003e`__ installed on your computer, you can create a conda Python environment to install leafmaptools:\n\n.. code:: python\n\n  conda create -n lmt python\n  conda activate lmt\n  conda install mamba -c conda-forge\n  mamba install leafmaptools -c conda-forge \n\nOptionally, you can install `Jupyter notebook extensions \u003chttps://github.com/ipython-contrib/jupyter_contrib_nbextensions\u003e`__, which can improve your productivity in the notebook environment. Some useful extensions include Table of Contents, Gist-it, Autopep8, Variable Inspector, etc. See this `post \u003chttps://towardsdatascience.com/jupyter-notebook-extensions-517fa69d2231\u003e`__ for more information.       \n\n.. code:: python\n\n  mamba install jupyter_contrib_nbextensions -c conda-forge \n\n\nIf you have installed **leafmaptools** before and want to upgrade to the latest version, you can run the following command in your terminal:\n\n.. code:: python\n\n  pip install -U leafmaptools\n\n\nIf you use conda, you can update leafmaptools to the latest version by running the following command in your terminal:\n  \n.. code:: python\n\n  mamba update -c conda-forge leafmaptools\n\n\nTo install the development version from GitHub using `Git \u003chttps://git-scm.com/\u003e`__, run the following command in your terminal:\n\n.. code:: python\n\n  pip install git+https://github.com/giswqs/leafmaptools\n\n\nExamples\n--------\n\nExample notebooks can be found in the docs/notebooks/examples folder. The easiest way to run these online without installing anything is to click the \"launch binder\" button above which will launch a pre-built Docker image and present all example notebooks which can be conveniently run online.  \n\n\nCredits\n-------\n\nThis package was created with `Cookiecutter \u003chttps://github.com/cookiecutter/cookiecutter\u003e`__ and the `giswqs/pypackage \u003chttps://github.com/giswqs/pypackage\u003e`__ project template.\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiswqs%2Fleafmaptools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiswqs%2Fleafmaptools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiswqs%2Fleafmaptools/lists"}