root/spike/wktraster

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @5997 [5997] 20 months pracine -Modified documentation for one raster version of ST_MapAlgebra
(edit) @5996 [5996] 20 months pracine -New version of the one raster version of ST_MapAlgebra. -Better handling …
(edit) @5968 [5968] 21 months pracine -Renamed one file
(edit) @5967 [5967] 21 months pracine -Some text plpgsql functions used to assert the API specifications and to …
(edit) @5907 [5907] 21 months mloskot [wktraster] Fixed rt_addband expected values.
(edit) @5869 [5869] 21 months pracine -Better handle of NULL parameters in RASTER_makeEmpty -Do not send an …
(edit) @5868 [5868] 21 months pracine -This file should not have been included in the previous commit. Set DROP …
(edit) @5865 [5865] 21 months pracine -Fix segfault introduced in precedent commit. Better copy of old band …
(edit) @5864 [5864] 21 months pracine -Bad copy of old band structs into reallocated structs.
(edit) @5861 [5861] 21 months mloskot More PT_16BF cleanup missing from the original commits (#226)
(edit) @5841 [5841] 22 months jorgearevalo Changed GDAL call that caused a compile warning in rt_api.c
(edit) @5823 [5823] 22 months pracine -Ticket 569. Added a serie of ST_AddBand function
(edit) @5811 [5811] 22 months mloskot [wktraster] genratser.py: encoding declaration missing and print OUTCLR.
(edit) @5802 [5802] 22 months mloskot Updated URL and copyright notice.
(edit) @5801 [5801] 22 months mloskot Updated rtpostgis.sql script with CREATE TABLE raster_overviews (#560). A …
(edit) @5800 [5800] 22 months mloskot [wktraster] Fixed incorrect type for block size in raster_columns table …
(edit) @5763 [5763] 22 months robe update from manual
(edit) @5762 [5762] 22 months mloskot Updated regression tests to catch up with recent correction of printf …
(edit) @5761 [5761] 22 months mloskot Fixed incorrect %d specifier used for float-point values - it caused …
(edit) @5759 [5759] 22 months pracine -Fix for ticket 552. Do not just extract the serialized data, copy it so …
(edit) @5756 [5756] 22 months pracine -Format the rt_band_set_pixel warning truncated value properly.
(edit) @5751 [5751] 22 months pracine -Added st_setvalue with coordinates specified by a point geometry
(edit) @5750 [5750] 22 months pracine -Implemented st_setvalue in rt_pg
(edit) @5748 [5748] 22 months robe latest autogenerated postgresql help from postgis docs
(edit) @5744 [5744] 23 months pracine -Replaced most pl/pgsql SELECT ... INTO statement for their normal …
(edit) @5743 [5743] 23 months pracine -Replaced most pl/pgsql SELECT ... INTO statement for their normal …
(edit) @5737 [5737] 23 months robe new changes in doco
(edit) @5730 [5730] 23 months robe autogenerated from latest postgis docs
(edit) @5720 [5720] 2 years pracine Slight optimization of ST_Intersection.
(edit) @5713 [5713] 2 years jorgearevalo Added copyright and CREDITS information.
(edit) @5712 [5712] 2 years jorgearevalo Added Deimos Space company in CREDITS file.
(edit) @5709 [5709] 2 years robe Package postgresql wktraster installable help here for now until two …
(edit) @5693 [5693] 2 years jorgearevalo Limitation of 2 decimal digits for double precission numbers in …
(edit) @5692 [5692] 2 years pracine We are always creating only one table, even when loading many rasters and …
(edit) @5691 [5691] 2 years jorgearevalo A try to solve RASTER_dumpAsWKTPolygons memory leaks on Windows. Needs …
(edit) @5690 [5690] 2 years pracine -Better implementation of the preceding commit
(edit) @5689 [5689] 2 years pracine -Add an entry in the raster_column only for the first raster in a series …
(edit) @5687 [5687] 2 years pracine -Implemented ST_Intersect and ST_Intersection. This also address ticket …
(edit) @5686 [5686] 2 years pracine -Added my copyright…
(edit) @5685 [5685] 2 years pracine -ST_Value should return NULL instead of an error when the x and y are out …
(edit) @5684 [5684] 2 years pracine -Added my copyright…
(edit) @5683 [5683] 2 years pracine -Replaced the function use to create the index from st_envelope to …
(edit) @5663 [5663] 2 years pracine Added st_pixelaspolygon(rast raster, band integer, x integer, y integer) …
(edit) @5662 [5662] 2 years pracine Fixed comment on value.
(edit) @5661 [5661] 2 years pracine Fix for ticket 501. Added a st_value(rast raster, band integer, pt …
(edit) @5658 [5658] 2 years pracine Partial fix for ticket 484: item 4) Name the input variables (and indent a …
(edit) @5657 [5657] 2 years pracine Partial fix for ticket 484: item 4) Name the input variables (and indent a …
(edit) @5656 [5656] 2 years pracine Partial fix for ticket 484: item 1) Replace "CREATEFUNCTION" with "CREATE …
(edit) @5655 [5655] 2 years pracine Added pg/pgsql utility functions to convert world coordinates to raster …
(edit) @5654 [5654] 2 years pracine Added functions defaulting to band 1 for functions accessing and setting …
(edit) @5653 [5653] 2 years pracine Removed warning when there is no path associated with a band since rt_core …
(edit) @5652 [5652] 2 years pracine Added band_properties test in the makefile.
(edit) @5651 [5651] 2 years pracine Commented out function to be implemented (ST_SetValue).
(edit) @5636 [5636] 2 years pracine Do not return an error when there is not path, just a warning and a NULL.
(edit) @5635 [5635] 2 years jorgearevalo Some memory freed in rt_api.c, rt_raster_dump_as_wktpolygons function. …
(edit) @5633 [5633] 2 years jorgearevalo Added more debug information to rt_raster_dump_as_wktpolygons.
(edit) @5626 [5626] 2 years pracine Added two metadata functions: st_metadata(raster) & st_bandmetadata(rast, …
(edit) @5620 [5620] 2 years jorgearevalo OGRDeregisterDriver not used (it was introduced in GDAL 1.8, and we want …
(edit) @5619 [5619] 2 years jorgearevalo Deleted line that caused crash in rt_raster_dump_as_wktpolygons
(edit) @5617 [5617] 2 years jorgearevalo Improved the way rt_raster_dump_as_wktpolygons frees resources. Added …
(edit) @5616 [5616] 2 years pracine Wrong comparison operator make that the size of the array is too small …
(edit) @5608 [5608] 2 years jorgearevalo - Disabled conditional compiling for GDAL-dependent functions. Now, we …
(edit) @5605 [5605] 2 years jorgearevalo Implemented ST_Polygon function. Related ticket #297.
(edit) @5596 [5596] 2 years mloskot Renamed ./configure option --with-geosconfig to --with-geos. Removed …
(edit) @5590 [5590] 2 years pracine Rearranged functions order in a more comprehensive manner (almost) …
(edit) @5589 [5589] 2 years jorgearevalo Small bug fixed. Allocation needs 1 more byte. Related ticket #494
(edit) @5588 [5588] 2 years jorgearevalo Increase buffer size to store memory address, from 10 characters to 20. If …
(edit) @5587 [5587] 2 years pracine Rearranged functions order in a more comprehensive manner (almost) …
(edit) @5586 [5586] 2 years jorgearevalo Confusing comment changed
(edit) @5585 [5585] 2 years pracine Fix for ticket 512. Conditional compilation of PostgreSQL NOTICE.
(edit) @5584 [5584] 2 years pracine Lowercased some function names.
(edit) @5583 [5583] 2 years jorgearevalo Changed rt_raster_dump_as_wktpolygons function prototype in case …
(edit) @5582 [5582] 2 years jorgearevalo Ticket #494 probably fixed. Needs more testing, anyway. Related ticket …
(edit) @5581 [5581] 2 years jorgearevalo SRF C function rt_dump_as_wktpolygons simplified. Still buggy. Non-ANSI …
(edit) @5580 [5580] 2 years pracine Ticket 494. SRID must be integrated into the geometry.
(edit) @5579 [5579] 2 years jorgearevalo Deleted 'dummy' retcomposite type and associated function.
(edit) @5578 [5578] 2 years jorgearevalo Defined the host system in rt_api.h. Defined stricmp and strnicmp for …
(edit) @5577 [5577] 2 years jorgearevalo Not necessary to change the geotransform array returned by GDAL driver …
(edit) @5576 [5576] 2 years pracine Fix for ticket 494. On Windows addresses are passed as 6 digit without the …
(edit) @5570 [5570] 2 years jorgearevalo Possible memory access violation fixed: when creating a new GDALRasterBand …
(edit) @5569 [5569] 2 years jorgearevalo Small bug fixed: numpy.zeros uses (height x width) syntax for input …
(edit) @5559 [5559] 2 years jorgearevalo Erased ST_Dummy function. ST_ prefix is reserved. Added retcomposite …
(edit) @5558 [5558] 2 years jorgearevalo Small bug fixed in testcore: CHECK_EQUALS_DOUBLE instead of CHECK_EQUALS. …
(edit) @5557 [5557] 2 years pracine Fix for ticket 479. Renamed both x and y st_rotation functions to st_skewx …
(edit) @5556 [5556] 2 years pracine Fix for ticket 479. Renamed both x and y st_rotation functions to st_skewx …
(edit) @5555 [5555] 2 years pracine Fix for ticket 479. Renamed both x and y st_rotation functions to st_skewx …
(edit) @5554 [5554] 2 years pracine Fix for ticket 479. Renamed both x and y st_rotation functions to st_skewx …
(edit) @5553 [5553] 2 years pracine Fix for ticket 479. Renamed both x and y st_rotation functions to st_skewx …
(edit) @5552 [5552] 2 years pracine Fix for ticket 479. Renamed both x and y st_rotation fucntions to st_skewx …
(edit) @5548 [5548] 2 years pracine The geomval structure should not include the srid.
(edit) @5542 [5542] 2 years jorgearevalo Bug fixed. VACUUM ANALYZE without 'FULL' generated. "schema"."table" …
(edit) @5541 [5541] 2 years pracine Fix for ticket 496. Indexing was broken by ST_Envelope renaming.
(edit) @5534 [5534] 2 years pracine Fix for ticket 495. Added optional minus in the regular expression. Also: …
(edit) @5533 [5533] 2 years pracine Fix for ticket 348. ST_Envelope and ST_Box2d are now SQL functions of …
(edit) @5522 [5522] 2 years pracine Fix for ticket 348. ST_Envelope and ST_Box2d are now SQL functions of …
(edit) @5521 [5521] 2 years pracine Fix for ticket 478 & 348. ST_Envelope and ST_Box2d are now SQL functions …
(edit) @5520 [5520] 2 years pracine Fix for ticket 478 & 348. ST_Envelope and ST_Box2d are now SQL functions …
(edit) @5519 [5519] 2 years pracine Fix for ticket 478 & 348. ST_Envelope and ST_Box2d are now SQL functions …
(edit) @5518 [5518] 2 years pracine Fix for ticket 478 & 348. ST_Envelope and ST_Box2d are now SQL functions …
(edit) @5516 [5516] 2 years jorgearevalo SQL function ST_DumpAsPolygons created, under conditional compilation. It …
Note: See TracRevisionLog for help on using the revision log.