Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/contrib/gis/gdal.txt
Commit message (Collapse)AuthorAgeFilesLines
* Added versionadded directive for GDALRaster.sridClaude Paroz2015-10-281-0/+2
| | | | Complement to 48548d1a47.
* Refs #25588 -- Added the srid property to GDALRasterDaniel Wiesmann2015-10-281-0/+15
| | | | | Geometry objects have an srid property, so this addition makes the raster api more similar to the geometries api.
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-241-2/+0
|
* Updated various links in docsClaude Paroz2015-08-081-3/+3
|
* Fixed #25159 -- Removed brackets from ↵Tim Graham2015-07-271-4/+4
| | | | | | class/function/method signatures in docs. Thanks hellbeast for the initial patch.
* Refs #24840 -- Added GDALRaster Warp and transform methodsDaniel Wiesmann2015-06-241-2/+84
| | | | Thanks to Tim Graham for the review.
* Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann2015-06-191-1/+1
| | | | Thanks to Tim Graham and Claude Paroz for the reviews and patches.
* Made SRID a required parameter for GDALRaster ↵Daniel Wiesmann2015-03-171-23/+24
| | | | | | | instantiation; refs #23804. Earlier versions of GDAL do not allow the srid to be set to 0, so it should be a required parameter to ensure compatibility.
* Added write support for GDALRasterDaniel Wiesmann2015-03-161-14/+183
| | | | | | | | | | | - 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.
* Documented gdal DataSource encoding parameterClaude Paroz2015-03-131-3/+8
| | | | Thanks Max Demars for the suggestion and Tim Graham for the review.
* Fixed download instructions for cities shapefileClaude Paroz2015-03-101-3/+3
| | | | Thanks Daniel Wiesmann for spotting the issue.
* Updated GIS docs wrt GIS test pathsClaude Paroz2015-03-101-9/+5
|
* Fixed typos and updated spelling wordlist.Floris den Hengst2015-03-071-1/+1
|
* Fixed some docs spelling mistakes.Tim Graham2014-12-231-2/+2
|
* Added RasterSource/GDALBand GDAL objectsClaude Paroz2014-12-231-2/+136
| | | | | Based on Daniel Wiesmann's raster branch. Thanks Daniel Wiesmann and Tim Graham for the reviews. Refs #23804.
* Updated GIS docs to use doc links.Tim Graham2014-11-261-2/+0
|
* Various documentation typo/spelling fixesMarti Raudsepp2014-04-231-1/+1
| | | | | Errors detected by Topy (https://github.com/intgr/topy), all changes verified by hand.
* Changed paths in docs that referred to Python 2.Aymeric Augustin2014-04-201-1/+1
|
* Fixed docs typos.Szczepan Cieślik2014-02-251-1/+1
|
* Fixed #22052 -- Corrected a misspelling of ellipsoidMichal Prusek2014-02-151-1/+1
|
* Always use parentheses when documenting a method with no ↵Baptiste Mispelon2014-01-221-8/+8
| | | | arguments.
* Don't show `self` in the list of arguments of a method.Baptiste Mispelon2014-01-221-1/+1
| | | | | | | | | This is consistent with Python's official documentation and it's a sphinx recommendation too[1]. [1] http://sphinx-doc.org/markup/desc.html#dir-method Refs #21855.
* Removed Python 2.6 references in GIS docsClaude Paroz2013-07-131-1/+1
| | | | Refs #20746.
* Added missing markup to docs.Tim Graham2013-03-221-2/+2
|
* Fixed more broken links. refs #19516Tim Graham2012-12-251-33/+33
|
* Dropped support for GDAL < 1.5Claude Paroz2012-07-151-1/+1
| | | | GDAL 1.5 has been released in December 2007.
* Removed references to changes made in 1.2.Aymeric Augustin2012-06-071-10/+0
| | | | Thanks Florian Apolloner for the patch.
* Replaced print statement by print function (forward ↵Claude Paroz2012-04-301-12/+12
| | | | compatibility syntax).
* Fixed #16621 -- Fixed lots of typos in the docs. Thanks, ↵Jannis Leidel2011-08-131-2/+2
| | | | | | Bernhard Essl. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16615 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14000 - remove versionadded/changed tags for ↵Timo Graham2010-12-261-8/+0
| | | | | | Django 1.0 and 1.1 git-svn-id: http://code.djangoproject.com/svn/django/trunk@15055 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12930, #12832, #11538 -- Refactored and merged ↵Justin Bronn2010-03-261-0/+1114
the GeoDjango documentation into the rest of the Django docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12856 bcc190cf-cafb-0310-a4f2-bffc1f526a37