Uploaded image for project: 'Spatial Information Systems'
  1. Spatial Information Systems
  2. SIS-571

Add a DataStores.openWritable(String, Object) method

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.3
    • 1.4
    • Storage
    • None

    Description

      SIS has some write capability, but it is currently not easy to open a DataStore in write mode. We propose to add the following convenience method in DataStores:

      public static DataStore openWritable(Object storage, String format);
      

      It would open the specified storage (file, URL, JDBC connection, etc.) in write mode. The format argument would be used for selecting a format if the file does not already exist.

      After a convenience method has been added, we should update the "how to" page at https://sis.apache.org/howto/resample_and_save_raster.html.

      Attachments

        Activity

          People

            desruisseaux Martin Desruisseaux
            desruisseaux Martin Desruisseaux
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: