taskSavannah Administration - Tasks: task #10342, Submission of Generic Tagged Arrays

 
 

task #10342: Submission of Generic Tagged Arrays

Submitter:  - <_38407>
Submitted:  Fri 16 Apr 2010 08:40:10 AM UTC
   
 
Should Start On:  Thu 15 Apr 2010 10:00:00 PM UTC Should be Finished on:  Sun 25 Apr 2010 10:00:00 PM UTC
Category:  Approved Projects to be Reviewed Priority:  * 5 - Normal
Status:  Done Privacy:  Public
Assigned to:  alexfernandez Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Mon 30 May 2011 11:14:28 PM UTC, comment #10: 

Apparently everything is fine, closing.

Alex Fernandez <alexfernandez>
Fri 07 May 2010 09:33:10 AM UTC, comment #9: 

The initial release of libgta and gtatool is now published.

Martin

- <_38407>
Tue 27 Apr 2010 07:21:18 AM UTC, comment #8: 

I now uploaded the current source code to git (git.sv.gnu.org/gta.git).

An initial release is planned for the near future, but there is still a some work to do, so it may take a little while.

I also did an initial upload of the web pages, but there's not much information to be found there yet.

Thanks for your help!

Best regards,
Martin

- <_38407>
Sun 25 Apr 2010 08:25:08 PM UTC, comment #7: 

The project seems to be active now. Thanks!

I will upload the code during the next few days, and let you know when finished.

Best regards,
Martin

- <_38407>
Sun 25 Apr 2010 07:29:34 PM UTC, comment #6: 

Could you check if it works now? Sorry for any inconvenience.

Alex.

Alex Fernandez <alexfernandez>
Sun 25 Apr 2010 06:31:07 PM UTC, comment #5: 

I still did not receive the auto-generated email, so I cannot upload the code. Are there still open issues with this project?

Best Regards,
Martin

- <_38407>
Mon 19 Apr 2010 07:18:00 PM UTC, comment #4: 


> I think you forget to add the information to /gta/libgta-0.9.0/tests/*.c.


This is now fixed. Thanks for pointing this out.

> Why you put 2 tarballs inside a tarball?. I don't understand :S


That was only because the "Register New Project" form has only one field for a tarball. My plan is to release the two parts of the package independently in separate tarballs (libgta-x.y.z.tar.gz ang gtatool-x.y.z.tar.gz).

> [...] please add the licensing information to /gta/libgta-0.9.0/tests/*.c after uploading the code to the VCS of your choise and let me know when done.


I will, but I did not receive the email yet.

Thanks for your swift response
Martin

- <_38407>
Sat 17 Apr 2010 03:51:23 PM UTC, comment #3: 

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

April 17th 2010 in GNU Savannah task #10342: "Submission of Generic
Tagged Arrays".

I think you forget to add the information to /gta/libgta-0.9.0/tests/*.c.

Why you put 2 tarballs inside a tarball?.  I don't understand :S.  I
sugess you use only 1 tarball :), is not required but adviced, however.

I have approved this project.  You will receive an auto-generated
email containing detailed information about the approval but please
add the licensing information to /gta/libgta-0.9.0/tests/*.c after
uploading the code to the VCS of your choise and let me know when
done.

Thanks

Item status changes:

Cateogory -> Approved projects to be reviewed.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEAREIAAYFAkvJ2PwACgkQZ4DA0TLic4ga6ACfWbb4qzjQRVVLYcDpqUIldxEN
pjgAn35BHsVw9LAD2Absu/4puIIEz6WC
=bYwW
-----END PGP SIGNATURE-----

Mario Castelán Castro <marioxcc>
Fri 16 Apr 2010 09:34:46 PM UTC, comment #2: 

The tarball at http://www.marlam.de/gta.tar.gz has been updated. In addition to the Makefile.am files, some documentation and example files now carry copyright & licensing headers.

Thanks for your feedback.

Regards,
Martin

- <_38407>
Fri 16 Apr 2010 06:49:00 PM UTC, comment #1: 

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

April 16th 2010 in GNU Savannah task #10342: "Submission of Generic
Tagged Arrays".

Hi.

All copyrightable files (Those above 10 lines long, by thumb rule)
must carry the propper copyright & licensing information.
**/Makefile.am lack this information, please add it and upload and
fixed tarball.

Regards

Item status changes:

Assigned to -> marioxcc
Status -> In progress
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEAREIAAYFAkvIsUAACgkQZ4DA0TLic4ijLgCggFur5EtPx8V//0avOzZ6D/Zu
VrQAn30HdWSwWXQ+0lDV+X+f4EjWJwWl
=XAUZ
-----END PGP SIGNATURE-----

Mario Castelán Castro <marioxcc>
Fri 16 Apr 2010 08:40:10 AM UTC, original submission:  

A new project has been registered at Savannah
This project account will remain inactive until a site admin approves or discards the registration.


Registration Administration


While this item will be useful to track the registration process, approving or discarding the registration must be done using the specific Group Administration page, accessible only to site administrators, effectively logged as site administrators (superuser):



Registration Details


  • Name: Generic Tagged Arrays
  • System Name:  gta
  • Type: non-GNU software & documentation
  • License: Other (libgta: GNU Lesser General Public License v2.1 or later

gtatool: GNU General Public License v3 or later)




Description:

The goal of the project is to establish a new file format called Generic Tagged Arrays (GTA). This file format can store any kind of data that is representable by arrays of arbitrary dimensions. In particular, it is suitable for any kind of 1D, 2D, 3D, and 4D sensor data in areas such as imaging, medicine, physics, chemistry, remote sensing, and others. The file format provides a simple and flexible tag system that can represent the rich metadata often associated with such arrays.

The project consists of two parts:

1. Libgta: A library to read and write files in the Generic Tagged Arrays format. The library is written in C and provides additional bindings for other languages (currently C++).

2. Gtatool: A command line software tool that allows easy import and export from/to different data formats commonly (and uncommonly) used for array data, in particular sensor data. Additionally, the tool allows all sorts of manipulations of the array data and the associated metadata. For example, one can import data from a specialized format, manipulate it, and then export it while keeping the metadata intact. Gtatool is written in C++.


Other Software Required:

Libgta has the following dependencies to provide data compression:
1. liblzma, provided by xz, http://tukaani.org/xz/. License: the liblzma part of xz is public domain, see link above.
2. libbz2, provided by bzip2, http://www.bzip.org/. License: the libbz2 part of bzip2 is under a BSD style license that to the best of my knowledge is GPL compatible. See http://packages.debian.org/changelogs/pool/main/b/bzip2/bzip2_1.0.5-1/libbz2-1.0.copyright
3. zlib, http://www.zlib.net/. License: the zlib license, compatible with the GPL according to http://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses

Gtatool has the following optional dependencies:
1. muParser, http://muparser.sourceforge.net/, MIT License: http://muparser.sourceforge.net/mup_licence.html
2. NetPBM, http://netpbm.sourceforge.net/, License: The libnetpbm part is under a simple MIT-like license, see http://packages.debian.org/changelogs/pool/main/n/netpbm-free/netpbm-free_10.0-12/libnetpbm10-dev.copyright
3. ImageMagick, http://www.imagemagick.org/, License: http://www.imagemagick.org/script/license.php, compatible with GPL
4. pfstools, http://pfstools.sourceforge.net/, License of the library part is LGPLv2.1+, see http://packages.debian.org/changelogs/pool/main/p/pfstools/pfstools_1.6.4-2/libpfs-dev.copyright
5. OpenEXR, http://www.openexr.com/, License: modified BSD license, see http://www.ilm.com/opensource/
6. GDAL, http://gdal.org/, License X11/MIT, see http://trac.osgeo.org/gdal/wiki/FAQGeneral
7. DCMTK, http://dicom.offis.de/dcmtk.php.en, License BSD-style, see http://packages.debian.org/changelogs/pool/main/d/dcmtk/dcmtk_3.5.4-3/libdcmtk1-dev.copyright


Tarball URL:

http://www.marlam.de/gta.tar.gz


- <_38407>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by alexfernandez (Posted a comment)
  • -email is unavailable- added by marioxcc (Posted a comment)
  • -email is unavailable- added by _38407 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-05-30 alexfernandez StatusIn Progress Done
        Assigned tomarioxcc alexfernandez
        Open/ClosedOpen Closed
    2010-04-17 marioxcc CategoryProject Approval Approved Projects to be Reviewed
    2010-04-16 marioxcc StatusNone In Progress
        Assigned toNone marioxcc

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code