Difference between revisions of "Boston Sprint 2013 Agenda"
Jump to navigation
Jump to search
(Added another GDAL driver task) |
(Added links to GDAL PostGIS Raster tickets) |
||
Line 35: | Line 35: | ||
## Performance of ST_Clip | ## Performance of ST_Clip | ||
# GDAL raster driver - good support for overviews, irregularly tiled coverage. Some nice todo improvements: | # GDAL raster driver - good support for overviews, irregularly tiled coverage. Some nice todo improvements: | ||
− | ## Add write support | + | ## Add write support. Related ticket [http://trac.osgeo.org/gdal/ticket/4617 #4617] |
− | ## Rewrite tests (gdal_autotest) | + | ## Fix bug with metadata precission. Related ticket [http://trac.osgeo.org/gdal/ticket/4214 #4214] |
− | ## More tests with Mapserver | + | ## Check out-db raster support. Related ticket [http://trac.osgeo.org/gdal/ticket/3234 #3234] |
− | ## Tests with QGIS plugin | + | ## Low range pixel type should be transformed to a higher one. Related ticket [http://trac.osgeo.org/gdal/ticket/4562 #4562] |
− | ## Deal with really BIG raster data in IRasterIO (recursion? split in several calls?) | + | ## Check tickets [http://trac.osgeo.org/gdal/ticket/4531 #4531], [http://trac.osgeo.org/gdal/ticket/4560 #4560] and [http://trac.osgeo.org/gdal/ticket/4561 #4561] |
− | ## Take default user, host, password | + | ## Rewrite tests (gdal_autotest). Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010] |
− | ## Review SQL strings (avoid SQL injection) | + | ## More tests with Mapserver. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010] |
− | ## Take care of locale (I needed to export LC_ALL=C to make it work with QGIS) | + | ## Tests with QGIS plugin. Related ticket [http://trac.osgeo.org/gdal/ticket/5010 #5010] |
− | ## Allow user to specify resolution strategy when dealing with different pixel size sources (maybe an option in connection string) | + | ## Deal with really BIG raster data in IRasterIO (recursion? split in several calls?). Related ticket [http://trac.osgeo.org/gdal/ticket/5012 #5012] |
− | ## Allow user to specify the desired srid when dealing with different srids | + | ## Take default user, host, password. Related ticket [http://trac.osgeo.org/gdal/ticket/4533 #4533] |
+ | ## Review SQL strings (avoid SQL injection). Related ticket [http://trac.osgeo.org/gdal/ticket/5013 #5013] | ||
+ | ## Take care of locale (I needed to export LC_ALL=C to make it work with QGIS). Related ticket [http://trac.osgeo.org/gdal/ticket/5014 #5014] | ||
+ | ## Allow user to specify resolution strategy when dealing with different pixel size sources (maybe an option in connection string). Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011] | ||
+ | ## Allow user to specify the desired srid when dealing with different srids. Related ticket [http://trac.osgeo.org/gdal/ticket/5011 #5011] | ||
# QGIS - good support for large coverage (overviews, irregularly tiled coverage), import export. What need to be enhanced? | # QGIS - good support for large coverage (overviews, irregularly tiled coverage), import export. What need to be enhanced? | ||
# ST_CreateOverview() | # ST_CreateOverview() |
Revision as of 16:20, 4 March 2013
Meeting times and locations can be found: Boston Code Sprint 2013
MapServer
GDAL
PostGIS / pgRouting
General Stuff
- When are we going to release 2.1. Steps remaining before we can
- SpGist -- when is that going to happen will make cut for 2.1 or push to 2.2
- How best to integrate Oslandia 3D work, concerns etc.
- Google SoC 2013
- Regression suites (performance, valgrind?)
Geocoding specific stuff
- Integrating Steve Woodbridge - address normalizer into PostGIS
- Packaging as part of windows builds at very least
pgRouting
- Packaging pgRouting for windows to be availabe in stack builder along side PostGIS
- Discussion of how pgRouting / PostGIS can better work together and melding the two projects
- Side note both Oslandia 3D work and pgRouting both use CGAL, possible opportunity/concern there ?
- I am looking into the possibility of drop CGAL and GAUL dependency to simplify builds
- pgRouting 2.0 release (working on building that plan now)
Raster
- Raster seems in darn good shape for 2.1 so least worried about raster. Great job :)
- Rework of MapAlgebra for 2.1 or push to 2.2
- Performance of expression-based mapalgebra
- Performance of ST_Clip
- GDAL raster driver - good support for overviews, irregularly tiled coverage. Some nice todo improvements:
- Add write support. Related ticket #4617
- Fix bug with metadata precission. Related ticket #4214
- Check out-db raster support. Related ticket #3234
- Low range pixel type should be transformed to a higher one. Related ticket #4562
- Check tickets #4531, #4560 and #4561
- Rewrite tests (gdal_autotest). Related ticket #5010
- More tests with Mapserver. Related ticket #5010
- Tests with QGIS plugin. Related ticket #5010
- Deal with really BIG raster data in IRasterIO (recursion? split in several calls?). Related ticket #5012
- Take default user, host, password. Related ticket #4533
- Review SQL strings (avoid SQL injection). Related ticket #5013
- Take care of locale (I needed to export LC_ALL=C to make it work with QGIS). Related ticket #5014
- Allow user to specify resolution strategy when dealing with different pixel size sources (maybe an option in connection string). Related ticket #5011
- Allow user to specify the desired srid when dealing with different srids. Related ticket #5011
- QGIS - good support for large coverage (overviews, irregularly tiled coverage), import export. What need to be enhanced?
- ST_CreateOverview()
- Test performance of ST_Union() when number of pixel increase
- Define another (faster?) way to rasterize a vector coverage with ST_MakeEmptyTiledCovererage(), ST_BurnToRaster(geometry, raster) & ST_UnionToRaster()
- Discuss a more flexible way to rasterize a vector coverage
- Raster using pthreads in the future?
- Rewrite parts of raster2pgsql
- pgsql2raster prototype?
- Discuss "PostGIS Extra PL/pgSQL Function Set"
- Discuss interpolation - from some point, from millions of points
- Test regular blocking constraint
- Discuss viewshed
- Discuss integration of raster2pgsql into the GUI