| Age | Commit message (Collapse) | Author |
|
|
|
value."
This reverts commit 72f769f494822981db6df9524b92a2d86f8e69fe.
There are several test failures that need to be fixed.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Earlier versions of GDAL do not allow the srid to be set to 0,
so it should be a required parameter to ensure compatibility.
|
|
- Instantiation of GDALRaster instances from dict or json data.
- Retrieve and write pixel values in GDALBand objects.
- Support for the GDALFlushCache in gdal C prototypes
- Added private flush method to GDALRaster to make sure all
data is written to files when file-based rasters are changed.
- Replaced ``ptr`` with ``_ptr`` for internal ptr variable
Refs #23804. Thanks Claude Paroz and Tim Graham for the reviews.
|
|
|
|
Thanks Max Demars for the suggestion and Tim Graham for the review.
|
|
during testing.
|
|
Thanks Daniel Wiesmann for spotting the issue.
|
|
|
|
|
|
|
|
contrib.postgres).
|
|
Thanks Manel Clos for the report.
|
|
|
|
|
|
|
|
inline.
Refs #6707.
|
|
|
|
|
|
|
|
|
|
Thanks to Keryn Knight for the report.
|
|
Per deprecation timeline; refs #21680.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This finsishes the work started on #16803.
Thanks Simon Charette, Tim Graham and Collin Anderson for the
reviews.
|
|
Thanks Josh Smeaton and Tim Graham for the reviews.
|
|
|
|
|
|
|
|
This makes room for a more general introduction about templating.
Updated some links to point to the new location, but kept those that
didn't talk specifically about the DTL.
|
|
Thanks to Collin Anderson for the review and suggestions and Tim for the
final review.
|
|
Added support for PostgreSQL range types to contrib.postgres.
- 5 new model fields
- 4 new form fields
- New validators
- Uses psycopg2's range type implementation in python
|
|
|
|
|
|
|