geodjango raster field get pixel value

28 views
Skip to first unread message

Majid Hojati

unread,
Oct 6, 2018, 12:56:39 PM10/6/18
to Django users
Hi,
Is there any function to get raster value under a point using geodjango?or we must perform a raw query?

Pradeep Singh

unread,
Oct 6, 2018, 1:43:07 PM10/6/18
to django...@googlegroups.com
i don't know,  i hava a problem can you solve this .

On Sat, 6 Oct 2018 at 10:09, Majid Hojati <asd...@gmail.com> wrote:
Boxbe This message is eligible for Automatic Cleanup! (asd...@gmail.com) Add cleanup rule | More info
Hi,
Is there any function to get raster value under a point using geodjango?or we must perform a raw query?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/63334e6f-2ac5-434f-8041-6e4bea64e33c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Pradeep Singh

unread,
Oct 6, 2018, 1:44:33 PM10/6/18
to django...@googlegroups.com
when i  sendind request  always m getting django 404 error can you help me ..nd please tell me how to fix it

Majid Hojati

unread,
Oct 7, 2018, 6:46:35 AM10/7/18
to Django users
try to config your urls.py correctly

Pradeep Singh

unread,
Oct 8, 2018, 6:54:21 AM10/8/18
to django...@googlegroups.com
On Sun, 7 Oct 2018 at 04:11, Majid Hojati <asd...@gmail.com> wrote:
Boxbe This message is eligible for Automatic Cleanup! (asd...@gmail.com) Add cleanup rule | More info
try to config your urls.py correctly

On Saturday, October 6, 2018 at 9:14:33 PM UTC+3:30, Pradeep Singh wrote:
Screenshot (17).png

Pradeep Singh

unread,
Oct 8, 2018, 6:54:51 AM10/8/18
to django...@googlegroups.com
Screenshot (16).png

Pradeep Singh

unread,
Oct 8, 2018, 6:54:52 AM10/8/18
to django...@googlegroups.com
Screenshot (15).png

Pradeep Singh

unread,
Oct 8, 2018, 6:55:31 AM10/8/18
to django...@googlegroups.com
brother please help why i am getting django 404.........

Vinod Kumar

unread,
Oct 8, 2018, 7:04:36 AM10/8/18
to django...@googlegroups.com
replace url(welcome.views ) into your-app-name.views.funtion

in your case replace url path welcome.views into testapp.views.welcome


For more options, visit https://groups.google.com/d/optout.

************************************************************************

This e-mail and all attachments are intended solely for use by the intended recipient and may contain confidential / proprietary information of KiwiTech, LLC, subject to important disclaimers and conditions including restrictions on the use, disclosure, transfer or export of such information. If you have received this message in error or are not the named recipient(s), please immediately notify the sender at the telephone number stated above or by reply e-mail and delete this e-mail from your computer

Vinod Kumar

unread,
Oct 8, 2018, 7:08:36 AM10/8/18
to django...@googlegroups.com
replace below code in urls.py


from django.contrib import admin
from django.urls import include, path
from testapp import views

urlpatterns = [
    path('hello/', views.welcome),
    path('admin/', admin.site.urls),
]

Pradeep Singh

unread,
Oct 8, 2018, 7:32:44 AM10/8/18
to django...@googlegroups.com
there is no effect...i am facing these problem many days

Pradeep Singh

unread,
Oct 8, 2018, 7:33:27 AM10/8/18
to django...@googlegroups.com
Screenshot (19).png
Reply all
Reply to author
Forward
0 new messages