Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/contrib/gis
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated location of gis_tests in docs.Tim Graham2015-03-171-2/+2
|
* 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-103-11/+7
|
* Fixed typos and updated spelling wordlist.Floris den Hengst2015-03-071-1/+1
|
* Fixed #24358 -- Corrected code-block directives for ↵Sean Wang2015-02-222-18/+18
| | | | console sessions.
* Fixed #24144 -- Documented that GEOSGeometry.envelope ↵Claude Paroz2015-02-141-1/+2
| | | | | | can return a point Thanks Manel Clos for the report.
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-2/+2
|
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-021-10/+0
|
* Removed FastCGI support per deprecation timeline; refs ↵Tim Graham2015-01-171-2/+1
| | | | #20766.
* Fixed #24152 -- Deprecated GeoQuerySet aggregate methodsClaude Paroz2015-01-162-54/+97
| | | | Thanks Josh Smeaton and Tim Graham for the reviews.
* 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 some other external links in the docsClaude Paroz2014-12-198-11/+11
|
* Used https for most *.python.org linksClaude Paroz2014-12-191-4/+4
|
* Fixed typo in spatialite.txtClaude Paroz2014-12-081-1/+1
| | | | Thanks Tim Graham for spotting the error.
* Ran 'CREATE EXTENSION postgis' during prepare_database hookClaude Paroz2014-12-081-0/+6
| | | | DatabaseWrapper.prepare_database has been introduced in 307de67073.
* Fixed #20968 -- Checked Spatialite metadata before ↵Claude Paroz2014-12-081-29/+6
| | | | | | | migrations Thanks Kenial S. Lee for the initial patch and Tim Graham for the review.
* Fixed documentation of GeoModelAdmin.openlayers_urlClaude Paroz2014-12-061-1/+1
|
* Removed instructions to create a PostgreSQL cluster in ↵Claude Paroz2014-11-291-12/+0
| | | | | | | | | GIS docs Creating a new cluster is neither required not recommendable for most users. The previous section explains how to create a user with sufficient permissions to automatically create a database during tests.
* Fixed #23901 -- Documented how to use SpatiaLite with ↵Kenial Lee2014-11-261-2/+37
| | | | Homebrew.
* Updated GIS docs to use doc links.Tim Graham2014-11-2620-61/+20
|
* Updated an old note about GEOSGeometry.transformClaude Paroz2014-11-221-10/+2
|
* Removed old version note in layermapping.txtClaude Paroz2014-11-151-2/+2
|
* Added a new GeoJSON serialization format for GeoDjangoClaude Paroz2014-11-152-0/+70
| | | | Thanks Reinout van Rees for the review.
* Removed doc reference to pre-1.5 PostGISClaude Paroz2014-11-131-8/+7
|
* Updated Fink doc section to be version-agnosticClaude Paroz2014-11-131-6/+3
|
* Removed sudo from pip commands in docs.Corey Farwell2014-09-222-2/+2
|
* Updated docs about Spatialite collect/extent supportClaude Paroz2014-08-231-2/+2
|
* Replaced no_spatialite by connection featuresClaude Paroz2014-08-231-2/+2
| | | | Refs #22632. Thanks Tim Graham for the review.
* Removed unnecessary code-block directives.areski2014-08-192-10/+4
|
* Fixed #23303 -- Added BEGIN and COMMIT statements to the ↵Baptiste Mispelon2014-08-181-0/+2
| | | | output of sqlmigrate.
* Fixed #23144 -- Dropped support for MySQL 5.0, 5.1.Tim Graham2014-08-021-1/+1
|
* Updated MySQL links to version 5.6.Tim Graham2014-08-021-3/+5
|
* Fixed #23145 -- Dropped support for Oracle < 11.1Tim Graham2014-08-021-1/+1
|
* Removed some PostGIS 1.4 notes in the docs (refs #23108).Tim Graham2014-08-012-14/+0
|
* Fixed #23108 -- Dropped support for PostgreSQL 8.4 & ↵Tim Graham2014-08-017-57/+15
| | | | | | PostGIS 1.3, 1.4. Thanks Claude Paroz for the review.
* Fixed #23067 -- Updated docs to use django-adminChristoph Heer2014-07-302-3/+3
|
* Fixed #23120 -- Updated GeoDjango tutorial for ↵Tim Graham2014-07-291-16/+34
| | | | migrations workflow.
* Improved docs for GEOSGeometry.simplify()Tom Dyson2014-07-251-10/+9
|
* Fixed #23064 -- Added lib detection support for GDAL ↵Claude Paroz2014-07-211-0/+1
| | | | | | | 1.10/1.11 Note that GDAL 1.11 is not yet officially supported, until someone has tested it and can confirm it has no issues with Django.
* Fixed typo in docs/ref/contrib/gis/geos.txt.Tim Graham2014-07-101-1/+1
|
* Complemented dwithin docs about using geographic geometriesClaude Paroz2014-06-141-2/+5
| | | | Refs #22830. Thanks django@gfairchild.com for the suggestion.
* Dropped support for SpatiaLite < 2.4.Tim Graham2014-06-093-41/+7
|
* Fixed #22655 -- Fixed GeoQuerySet doc about strictly_belowMoayad Mardini2014-05-191-3/+3
| | | | The paragraph was a copy of strictly_above.
* Various documentation typo/spelling fixesMarti Raudsepp2014-04-232-2/+2
| | | | | 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
|
* Confirmed support for PostGIS 2.1 and GDAL 1.10Claude Paroz2014-04-171-4/+4
| | | | Refs #22456.