Changes between Initial Version and Version 1 of WishList


Ignore:
Timestamp:
Dec 12, 2014, 6:17:13 AM (9 years ago)
Author:
Even Rouault
Comment:

Proposed skeleton for a whish list page

Legend:

Unmodified
Added
Removed
Modified
  • WishList

    v1 v1  
     1This pages aims at collecting enhancement ideas in a more structured and synthetic form than randomly ordered enhancement tickets scattered in GDAL Trac. Ideas that require a longer description, or with a proposed patch (in which case "[PATCH]" should appear in the description), should go to a ticket with a link from here to the ticket (with the #1234 syntax where 1234 is the actual number of the ticket). Ideas should be formulated as precisely as possible to be usefull.
     2Remember that this is only meant as a way of structuring a whish list and is not a promise of the GDAL project that they will be implemented. You can also see it as a call for contributions and funding opportunities !
     3
     4Below the skeleton to be filled.
     5
     6== Utilities ==
     7
     8General:
     9  * XXXX
     10
     11gdal_translate:
     12  * XXXXX
     13
     14ogrinfo:
     15  * XXXXX
     16
     17----
     18
     19== Vector core ==
     20
     21* Support 64 bit integer for fields and feature ids. See [wiki:rfc31_ogr_64 RFC 31]
     22
     23----
     24
     25== Spatial reference system / projections ==
     26
     27----
     28
     29== Vector (OGR) drivers ==
     30(please keep sorted by alphabetical order)
     31
     32MapInfo (MITAB):
     33  * XXX
     34
     35MySuperFormatStillNotImplemented:
     36  * To be implemented. See [http://example.com Link to format documentation page]
     37
     38Shapefile:
     39  * XXXX
     40
     41SQlite/Spatialite:
     42  * XXXX
     43
     44----
     45
     46== Raster core ==
     47
     48----
     49
     50== Raster (GDAL) drivers ==
     51(please keep sorted by alphabetical order)
     52
     53GeoTIFF:
     54  * XXXX
     55
     56JPEG2000 (JP2KAK):
     57  * XXXX
     58
     59JPEG2000 (OpenJPEG):
     60  * XXXX
     61
     62----
     63
     64== SWIG bindings ==
     65
     66CSharp:
     67  * XXXX
     68
     69Java:
     70  * XXXX
     71
     72Perl:
     73  * XXXX
     74
     75Python:
     76  * XXXX
     77
     78----
     79
     80== Porting library ==
     81
     82----
     83
     84
     85== Documentation ==
     86
     87----
     88
     89== Build ==
     90
     91Linux/Unix:
     92  * XXX
     93
     94Windows:
     95  * XXXX
     96
     97CMake anyone ?
     98
     99
     100----
     101
     102== Tests ==