Re: [Django] #27421: Add support for size, shape, and offset parameters on instantiation of GDALRaster objects.

2017-01-31 Thread Django
#27421: Add support for size, shape, and offset parameters on instantiation of
GDALRaster objects.
-+-
 Reporter:  Daniel Wiesmann  |Owner:  Daniel
 |  Wiesmann
 Type:  New feature  |   Status:  closed
Component:  GIS  |  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Tim Graham ):

 In [changeset:"ed3215ad53c0b22c58883f97286a878c577e25d6" ed3215ad]:
 {{{
 #!CommitTicketReference repository=""
 revision="ed3215ad53c0b22c58883f97286a878c577e25d6"
 Refs #27421 -- Documented GDALRaster creation in detail.
 }}}

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.170c2ca8e11df2c69c8b0a3c118ac920%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27421: Add support for size, shape, and offset parameters on instantiation of GDALRaster objects.

2017-01-31 Thread Django
#27421: Add support for size, shape, and offset parameters on instantiation of
GDALRaster objects.
-+-
 Reporter:  Daniel Wiesmann  |Owner:  Daniel
 |  Wiesmann
 Type:  New feature  |   Status:  closed
Component:  GIS  |  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Tim Graham ):

 In [changeset:"8afe790df91faf45f13bccbb69310b45afcb1b30" 8afe790]:
 {{{
 #!CommitTicketReference repository=""
 revision="8afe790df91faf45f13bccbb69310b45afcb1b30"
 [1.11.x] Refs #27421 -- Documented GDALRaster creation in detail.

 Backport of ed3215ad53c0b22c58883f97286a878c577e25d6 from master
 }}}

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.3628e88dc711e17b63bd6c8ffc956225%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27421: Add support for size, shape, and offset parameters on instantiation of GDALRaster objects.

2016-11-11 Thread Django
#27421: Add support for size, shape, and offset parameters on instantiation of
GDALRaster objects.
-+-
 Reporter:  Daniel Wiesmann  |Owner:  Daniel
 |  Wiesmann
 Type:  New feature  |   Status:  closed
Component:  GIS  |  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham ):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"2dc07da497f5ae95ad34a4714e330fae1fa8413c" 2dc07da]:
 {{{
 #!CommitTicketReference repository=""
 revision="2dc07da497f5ae95ad34a4714e330fae1fa8413c"
 Fixed #27421 -- Added shape, size, and offset controls to GDALRaster
 constructor.

 Thanks Tim Graham for the review.
 }}}

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.3010df4aee97b91594336e98e8fcdec2%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27421: Add support for size, shape, and offset parameters on instantiation of GDALRaster objects.

2016-11-02 Thread Django
#27421: Add support for size, shape, and offset parameters on instantiation of
GDALRaster objects.
-+-
 Reporter:  Daniel Wiesmann  |Owner:  Daniel
 |  Wiesmann
 Type:  New feature  |   Status:  assigned
Component:  GIS  |  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham):

 * stage:  Unreviewed => Accepted


--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.23bb6935059c748344ec3c403d0c36b7%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27421: Add support for size, shape, and offset parameters on instantiation of GDALRaster objects.

2016-11-02 Thread Django
#27421: Add support for size, shape, and offset parameters on instantiation of
GDALRaster objects.
-+-
 Reporter:  Daniel Wiesmann  |Owner:  Daniel
 |  Wiesmann
 Type:  New feature  |   Status:  assigned
Component:  GIS  |  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Daniel Wiesmann):

 * has_patch:  0 => 1


--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.56cdace2597213d277ac4e770bf449f1%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #27421: Add support for size, shape, and offset parameters on instantiation of GDALRaster objects.

2016-11-02 Thread Django
#27421: Add support for size, shape, and offset parameters on instantiation of
GDALRaster objects.
-+-
   Reporter:  Daniel |  Owner:  Daniel Wiesmann
  Wiesmann   |
   Type:  New| Status:  assigned
  feature|
  Component:  GIS|Version:  master
   Severity:  Normal |   Keywords:
   Triage Stage: |  Has patch:  0
  Unreviewed |
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  0  |  Easy pickings:  0
  UI/UX:  0  |
-+-
 The
 
[https://docs.djangoproject.com/en/dev/ref/contrib/gis/gdal/#django.contrib.gis.gdal.GDALBand.data
 data() method on GDALBand objects for setting pixel values] accepts
 parameters that allow fine grained control over the pixel values. The
 parameters are `size`, `shape`, and `offset`. Band data values can be
 replicated (for fast writing of blocks of equal data values for instance)
 and specific blocks of data can be written.

 This functionality should also be available directly when instantiating
 GDALRaster objects. So that band data values can be controlled with more
 detail on raster creation.

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/052.20074d3134e56080756f4e8be07a01e2%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.