Opened 13 years ago
Closed 13 years ago
#1297 closed task (fixed)
[raster] C version of raster2pgsql
Reported by: | Bborie Park | Owned by: | Bborie Park |
---|---|---|---|
Priority: | critical | Milestone: | PostGIS 2.0.0 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
Write a replacement for the python-based raster2pgsql.py. Replacing the python version will eliminate raster's configure/build dependency on python, numpy and gdal's python bindings.
At least to get the loader into trunk before the code freeze (mid/end November), provide a loader without any overview support. Since raster2pgsql.py will still be available in raster/scripts/python, users have the option to use that script until overview building is available in SQL or in this C loader.
Note:
See TracTickets
for help on using tickets.
Usage flags for raster2pgsql.
Flags were selected and named to maintain a middle-ground between those flags in raster2pgsql.py and the well-established flags of shp2pgsql.