معرفی شرکت ها


django-dms-0.1.1b0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Django template filter for displaying longitude and latitude in degrees-minutes-seconds notation
ویژگی مقدار
سیستم عامل -
نام فایل django-dms-0.1.1b0
نام django-dms
نسخه کتابخانه 0.1.1b0
نگهدارنده ['Cezar Pendarovski']
ایمیل نگهدارنده ['cezarpendarovski@web.de']
نویسنده Cezar Pendarovski
ایمیل نویسنده cezarpendarovski@web.de
آدرس صفحه اصلی https://github.com/cezar77/django-dms
آدرس اینترنتی https://pypi.org/project/django-dms/
مجوز GPL-3.0
django-dms ========== Description ----------- django-dms is a Django template filter for displaying decimal degrees of angles (longitude and latitude) in the Degrees-Minutes-Seconds notation. It contains the filters ``longitude`` and ``latitude``. They both take a number as input and convert it into a DMS value. The filter ``longitude`` accepts any number between -180 and 180, the filter ``latitude`` accepts any number between -90 and 90. If the input value is not a number or is a number outside the before mentioned ranges respectively, then the input is displayed without any change and the filters don't have any effect. Install ------- You can install django-dms with ``pip``: :: pip install django-dms Use --- To use the filters you have to include the app in the ``settings.py`` of your Django project: .. code:: python INSTALLED_APPS = ( # other entries 'django_dms', ) In your templates you can use the template filters like this: :: {% load dms %} {{ 38.8897|latitude }} The output will be: :: 38° 53' 23" N


نحوه نصب


نصب پکیج whl django-dms-0.1.1b0:

    pip install django-dms-0.1.1b0.whl


نصب پکیج tar.gz django-dms-0.1.1b0:

    pip install django-dms-0.1.1b0.tar.gz