django-distance | Django application to allow looking up objects by distance

 by   simonluijk Python Version: 0.0.3 License: Non-SPDX

kandi X-RAY | django-distance Summary

kandi X-RAY | django-distance Summary

django-distance is a Python library. django-distance has no bugs, it has no vulnerabilities, it has build file available and it has low support. However django-distance has a Non-SPDX License. You can install using 'pip install django-distance' or download it from GitHub, PyPI.

Django application to allow looking up objects by distance.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              django-distance has a low active ecosystem.
              It has 8 star(s) with 3 fork(s). There are no watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 0 open issues and 1 have been closed. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of django-distance is 0.0.3

            kandi-Quality Quality

              django-distance has no bugs reported.

            kandi-Security Security

              django-distance has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              django-distance has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              django-distance releases are not available. You will need to build from source code and install.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed django-distance and discovered the below as its top functions. This is intended to give you an instant insight into django-distance implemented functionality, and help decide if they suit your requirements.
            • Import zip files
            • Get a key from a list of keys
            • Returns a queryset of documents within a given distance
            • Calculate the distance between pnt and pnt
            • Get package data
            • Return a list of package names in the given package
            • Get the package version
            • Returns the distance between the queryset
            • Returns a DistanceQuerySet with the given model
            • Returns the queryset that matches the query
            Get all kandi verified functions for this library.

            django-distance Key Features

            No Key Features are available at this moment for django-distance.

            django-distance Examples and Code Snippets

            Example usage
            Pythondot img1Lines of Code : 8dot img1License : Non-SPDX (NOASSERTION)
            copy iconCopy
            from distance.models import Zip
            from django.contrib.gis.measure import D
            
            myzip = Zip.distance.get(code="94129")
            zips = Zip.distance.within(myzip.location, D(mi=50))
            
            zips = myzip.within(D(mi=50))
            
            myzip = Zip.distance.get(code="94129")
            zips = Zip.di  
            Installation
            Pythondot img2Lines of Code : 7dot img2License : Non-SPDX (NOASSERTION)
            copy iconCopy
            apt-get install libgeos-c1 proj
            
            pip install django-distance
            
            pip install django-localflavor
            
            INSTALLED_APPS = (
                ...
                'distance',
            )
              

            Community Discussions

            No Community Discussions are available at this moment for django-distance.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install django-distance

            On Debian or Ubuntu install the geos and proj libraries with... If you are using django 1.6+ you will need to install django-localflavor with... Add 'distance' to your INSTALLED_APPS setting. Then run python manage.py syncdb.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • PyPI

            pip install django-distance

          • CLONE
          • HTTPS

            https://github.com/simonluijk/django-distance.git

          • CLI

            gh repo clone simonluijk/django-distance

          • sshUrl

            git@github.com:simonluijk/django-distance.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link