You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sis.apache.org by Martin Desruisseaux <ma...@geomatys.com> on 2016/04/30 14:21:17 UTC

Google Summer of Code project: GeoTIFF metadata

Hello all

In the context of Google Summer of Code, Hao with Chinh's help will work
on mapping GeoTIFF tags to ISO 19115 metadata. I would like to welcome
them again! The first part of the work aims to produce a "sis-geotiff"
module very similar in purpose to the current "sis-netcdf" module, but
targeted to the GeoTIFF format instead than NetCDF. Applications like
Tika who already use SIS for geospatial metadata would benefit from this
work transparently without any coding on their side. The second part of
the work aims to implement a basic map services for publishing those
metadata.

I will let them present themselves.

    Martin


Re: Google Summer of Code project: GeoTIFF metadata

Posted by phuong hao nguyen thi <ng...@gmail.com>.
oh , yes sir :)
thanks you
Hao

On 5/17/16, Martin Desruisseaux <ma...@geomatys.com> wrote:
> Hello Hao
>
> Just reformatting the links for easier navigation:
>
>   * http://landsat.usgs.gov/documents/LSDS-809.pdf
>   *
> https://github.com/Geomatys/geotoolkit/blob/master/modules/storage/geotk-coverage-landsat/src/main/java/org/geotoolkit/coverage/landsat/LandsatMetadataParser.java
>
> There also of course the GeoTIFF specification itself:
>
>   * http://www.remotesensing.org/geotiff/spec/contents.html
>
> Martin
>
>
> Le 16/05/16 à 22:40, phuong hao nguyen thi a écrit :
>> Hello all,
>> For this work onGeoTIFF metadata, I plan to use the following sources
>> of information. Is there other sourcesof information that I should
>> also
>> use?"/*http://landsat.usgs.gov/documents/LSDS-809.pdf*https://github.com/Geomatys/geotoolkit/blob/master/modules/storage/geotk-coverage-landsat/src/main/java/org/geotoolkit/coverage/landsat/LandsatMetadataParser.java
>> Thanks you very much
>> Hao
>
>

Re: Google Summer of Code project: GeoTIFF metadata

Posted by Martin Desruisseaux <ma...@geomatys.com>.
Hello Hao

Just reformatting the links for easier navigation:

  * http://landsat.usgs.gov/documents/LSDS-809.pdf
  * https://github.com/Geomatys/geotoolkit/blob/master/modules/storage/geotk-coverage-landsat/src/main/java/org/geotoolkit/coverage/landsat/LandsatMetadataParser.java

There also of course the GeoTIFF specification itself:

  * http://www.remotesensing.org/geotiff/spec/contents.html

Martin


Le 16/05/16 � 22:40, phuong hao nguyen thi a �crit :
> Hello all,
> For this work onGeoTIFF metadata, I plan to use the following sources
> of information. Is there other sourcesof information that I should
> also use?"/*http://landsat.usgs.gov/documents/LSDS-809.pdf*https://github.com/Geomatys/geotoolkit/blob/master/modules/storage/geotk-coverage-landsat/src/main/java/org/geotoolkit/coverage/landsat/LandsatMetadataParser.java
> Thanks you very much
> Hao


Re: Google Summer of Code project: GeoTIFF metadata

Posted by phuong hao nguyen thi <ng...@gmail.com>.
Hello all,
For this work onGeoTIFF metadata, I plan to use the following sources
of information. Is there other sourcesof information that I should
also use?"/*http://landsat.usgs.gov/documents/LSDS-809.pdf*https://github.com/Geomatys/geotoolkit/blob/master/modules/storage/geotk-coverage-landsat/src/main/java/org/geotoolkit/coverage/landsat/LandsatMetadataParser.java
Thanks you very much
Hao

On 5/11/16, phuong hao nguyen thi <ng...@gmail.com> wrote:
> Hello Martin,
> Thanks
> As you write, Now, I will have to switch to the JDK8 branch first
> Hao
>
> On Tue, May 10, 2016 at 2:42 AM, Martin Desruisseaux <
> martin.desruisseaux@geomatys.com> wrote:
>
>> Hello Hao
>>
>> Thanks for the new repository, it looks all right.
>>
>> The git repository that you forked contains the same code than the
>> Subversion repository that we checkout last week. The differences are:
>>
>>   * The SVN repository still (for now) the canonical repository where we
>>     commit new code.
>>   * The "https://github.com/apache/sis" repository is only a read-only
>>     mirror of the Subversion repository. We can not write to that mirror.
>>
>> Nevertheless, forking the Git mirror is still useful because it will
>> make easier to pull the work that will continue on Apache SIS in same
>> time that you write your own code.
>>
>> You can use "https://github.com/haonguyen123/sis" as a replacement of
>> the Subversion checkout that we did last week, provided that you switch
>> to the JDK8 branch first:
>>
>>     git checkout JDK8
>>
>>     Martin
>>
>>
>> Le 09/05/16 à 03:50, phuong hao nguyen thi a écrit :
>> > I forked as you suggest and this is my new url
>> > https://github.com/haonguyen123/sis
>> > But this git and a git that you guide me install in netbeans . Are they
>> the
>> > same ?
>>
>>
>

Re: Google Summer of Code project: GeoTIFF metadata

Posted by phuong hao nguyen thi <ng...@gmail.com>.
Hello Martin,
Thanks
As you write, Now, I will have to switch to the JDK8 branch first
Hao

On Tue, May 10, 2016 at 2:42 AM, Martin Desruisseaux <
martin.desruisseaux@geomatys.com> wrote:

> Hello Hao
>
> Thanks for the new repository, it looks all right.
>
> The git repository that you forked contains the same code than the
> Subversion repository that we checkout last week. The differences are:
>
>   * The SVN repository still (for now) the canonical repository where we
>     commit new code.
>   * The "https://github.com/apache/sis" repository is only a read-only
>     mirror of the Subversion repository. We can not write to that mirror.
>
> Nevertheless, forking the Git mirror is still useful because it will
> make easier to pull the work that will continue on Apache SIS in same
> time that you write your own code.
>
> You can use "https://github.com/haonguyen123/sis" as a replacement of
> the Subversion checkout that we did last week, provided that you switch
> to the JDK8 branch first:
>
>     git checkout JDK8
>
>     Martin
>
>
> Le 09/05/16 à 03:50, phuong hao nguyen thi a écrit :
> > I forked as you suggest and this is my new url
> > https://github.com/haonguyen123/sis
> > But this git and a git that you guide me install in netbeans . Are they
> the
> > same ?
>
>

Re: Google Summer of Code project: GeoTIFF metadata

Posted by Martin Desruisseaux <ma...@geomatys.com>.
Hello Hao

Thanks for the new repository, it looks all right.

The git repository that you forked contains the same code than the
Subversion repository that we checkout last week. The differences are:

  * The SVN repository still (for now) the canonical repository where we
    commit new code.
  * The "https://github.com/apache/sis" repository is only a read-only
    mirror of the Subversion repository. We can not write to that mirror.

Nevertheless, forking the Git mirror is still useful because it will
make easier to pull the work that will continue on Apache SIS in same
time that you write your own code.

You can use "https://github.com/haonguyen123/sis" as a replacement of
the Subversion checkout that we did last week, provided that you switch
to the JDK8 branch first:

    git checkout JDK8

    Martin


Le 09/05/16 � 03:50, phuong hao nguyen thi a �crit :
> I forked as you suggest and this is my new url
> https://github.com/haonguyen123/sis
> But this git and a git that you guide me install in netbeans . Are they the
> same ?


Re: Google Summer of Code project: GeoTIFF metadata

Posted by phuong hao nguyen thi <ng...@gmail.com>.
Hello Martin,
Thanks you so much,
I forked as you suggest and this is my new url
https://github.com/haonguyen123/sis
But this git and a git that you guide me install in netbeans . Are they the
same ?
Hao

On Mon, May 9, 2016 at 4:07 AM, Martin Desruisseaux <
martin.desruisseaux@geomatys.com> wrote:

> Hello Hao
>
> Thanks for the URL. Normally, I would have expected to see the words
> "forked from apache/sis" just below "haonguyen123/sis-geotiff". Maybe
> sis-geotiff has been pushed as an independent project instead than
> forked in the Git sense? I suggest to:
>
>   * Temporarily delete the "haonguyen123/sis-geotiff" project
>   * Go on https://github.com/apache/sis
>   * Click on the "Fork" button
>   * When asked where to fork, choose your account
>
> After those steps we should have a new "haonguyen123/sis" or
> "haonguyen123/sis-geotiff" project, this time with the words "forked
> from apache/sis" just below. Having a Git fork will make easier to merge
> your work back to Apache SIS later.
>
>     Martin
>
>
> Le 08/05/16 à 09:23, phuong hao nguyen thi a écrit :
> > yes, I created a clone of https://github.com/apache/sis, and this is my
> url
> > : https://github.com/haonguyen123/sis-geotiff
> > Thanks,
> > Hao
>
>

Re: Google Summer of Code project: GeoTIFF metadata

Posted by Martin Desruisseaux <ma...@geomatys.com>.
Hello Hao

Thanks for the URL. Normally, I would have expected to see the words
"forked from apache/sis" just below "haonguyen123/sis-geotiff". Maybe
sis-geotiff has been pushed as an independent project instead than
forked in the Git sense? I suggest to:

  * Temporarily delete the "haonguyen123/sis-geotiff" project
  * Go on https://github.com/apache/sis
  * Click on the "Fork" button
  * When asked where to fork, choose your account

After those steps we should have a new "haonguyen123/sis" or
"haonguyen123/sis-geotiff" project, this time with the words "forked
from apache/sis" just below. Having a Git fork will make easier to merge
your work back to Apache SIS later.

    Martin


Le 08/05/16 � 09:23, phuong hao nguyen thi a �crit :
> yes, I created a clone of https://github.com/apache/sis, and this is my url
> : https://github.com/haonguyen123/sis-geotiff
> Thanks,
> Hao


Re: Google Summer of Code project: GeoTIFF metadata

Posted by phuong hao nguyen thi <ng...@gmail.com>.
yes, I created a clone of https://github.com/apache/sis, and this is my url
: https://github.com/haonguyen123/sis-geotiff
Thanks,
Hao

On Sun, May 8, 2016 at 9:03 PM, Martin Desruisseaux <
martin.desruisseaux@geomatys.com> wrote:

> Hello Hao
>
> For developing new code experimental code, we have a choice:
>
>  1. Create a branch on Subversion
>  2. Create a clone on GitHub (or elsewhere)
>
> Choice 2 may be slightly easier for starting, since it does not require
> commit rights on the Subversion repository. I suggest that you create a
> clone of https://github.com/apache/sis, then give us the URL to your
> clone so we can look at it?
>
>     Martin
>
>
> Le 08/05/16 à 04:20, phuong hao nguyen thi a écrit :
> > Hello Martin,Rémi et all,
> > I installed the program as Martin guide.
> > The next steps, I will develop the code on GitHub . And What I must the
> > note?
>
>

Re: Google Summer of Code project: GeoTIFF metadata

Posted by Martin Desruisseaux <ma...@geomatys.com>.
Hello Hao

For developing new code experimental code, we have a choice:

 1. Create a branch on Subversion
 2. Create a clone on GitHub (or elsewhere)

Choice 2 may be slightly easier for starting, since it does not require
commit rights on the Subversion repository. I suggest that you create a
clone of https://github.com/apache/sis, then give us the URL to your
clone so we can look at it?

    Martin


Le 08/05/16 � 04:20, phuong hao nguyen thi a �crit :
> Hello Martin,R�mi et all,
> I installed the program as Martin guide.
> The next steps, I will develop the code on GitHub . And What I must the
> note?


Re: Google Summer of Code project: GeoTIFF metadata

Posted by phuong hao nguyen thi <ng...@gmail.com>.
Hello Martin,Rémi et all,
I installed the program as Martin guide.
The next steps, I will develop the code on GitHub . And What I must the
note?

On Mon, May 2, 2016 at 5:08 PM, Rémi Maréchal <re...@geomatys.com>
wrote:

> Hello Hao, and all,
>
> I'm Remi and I work with Martin, I belive i'm your mentor too and I should
> help you. ;)
> I have already  coded Reader/Writer Tiff (but without JPEG compression)
> and with theirs metadatas.
> I have binded Geotiff metadata to IIOMetadata (Java standard) and other
> formats, and I think have some experience with tiff.
> So, don't hesitate to ask me as many questions as you want and I will
> respond to you as better as I will can.
>
> Good luck for your project,
>
> Remi
>
>
> 2016-05-01 19:12 GMT+02:00 phuong hao nguyen thi <
> nguyenthiphuonghao243@gmail.com>:
>
>> Hello Mr.Martin and all,
>> Thank you  for your welcome email .
>> The first, allow me to introduce myself :
>> I am Hao, my full name is Nguyen Thi Phuong Hao
>> I am a third year student majoring in Information Systems Design and
>> Administration (INP-G), School of International Education, Hanoi
>> University
>> of Science and Technology, Viet Nam. As an Information System Design
>> student I am learning Java and posse knowledge and skills in designing and
>> developing software. I gained experiences during projects to develop
>> management software.
>> In this summer, I very happy when my proposal "Mapping between the GeoTIFF
>> metadata to ISO 19115
>> <
>> https://summerofcode.withgoogle.com/dashboard/student/proposal/5117502057086976/
>> >
>> " has been accepted by Gsoc and be done  work with Apache SIS . In
>> addition, in this project Chinh will help me and the  indispensable parts
>> is my mentor, Mr.Martin thank you so much.
>> In this time, we are installing the program and consulting the
>> documentation of Apache SIS, GeoTIFF, ISO 19115... to prepare for project.
>> I look forward to help from everyone.
>> Sincerely,
>>
>> Hao
>>
>> On Sat, Apr 30, 2016 at 7:21 PM, Martin Desruisseaux <
>> martin.desruisseaux@geomatys.com> wrote:
>>
>> > Hello all
>> >
>> > In the context of Google Summer of Code, Hao with Chinh's help will work
>> > on mapping GeoTIFF tags to ISO 19115 metadata. I would like to welcome
>> > them again! The first part of the work aims to produce a "sis-geotiff"
>> > module very similar in purpose to the current "sis-netcdf" module, but
>> > targeted to the GeoTIFF format instead than NetCDF. Applications like
>> > Tika who already use SIS for geospatial metadata would benefit from this
>> > work transparently without any coding on their side. The second part of
>> > the work aims to implement a basic map services for publishing those
>> > metadata.
>> >
>> > I will let them present themselves.
>> >
>> >     Martin
>> >
>> >
>>
>
>
>
> --
>
>

Re: Google Summer of Code project: GeoTIFF metadata

Posted by Rémi Maréchal <re...@geomatys.com>.
Hello Hao, and all,

I'm Remi and I work with Martin, I belive i'm your mentor too and I should
help you. ;)
I have already  coded Reader/Writer Tiff (but without JPEG compression) and
with theirs metadatas.
I have binded Geotiff metadata to IIOMetadata (Java standard) and other
formats, and I think have some experience with tiff.
So, don't hesitate to ask me as many questions as you want and I will
respond to you as better as I will can.

Good luck for your project,

Remi


2016-05-01 19:12 GMT+02:00 phuong hao nguyen thi <
nguyenthiphuonghao243@gmail.com>:

> Hello Mr.Martin and all,
> Thank you  for your welcome email .
> The first, allow me to introduce myself :
> I am Hao, my full name is Nguyen Thi Phuong Hao
> I am a third year student majoring in Information Systems Design and
> Administration (INP-G), School of International Education, Hanoi University
> of Science and Technology, Viet Nam. As an Information System Design
> student I am learning Java and posse knowledge and skills in designing and
> developing software. I gained experiences during projects to develop
> management software.
> In this summer, I very happy when my proposal "Mapping between the GeoTIFF
> metadata to ISO 19115
> <
> https://summerofcode.withgoogle.com/dashboard/student/proposal/5117502057086976/
> >
> " has been accepted by Gsoc and be done  work with Apache SIS . In
> addition, in this project Chinh will help me and the  indispensable parts
> is my mentor, Mr.Martin thank you so much.
> In this time, we are installing the program and consulting the
> documentation of Apache SIS, GeoTIFF, ISO 19115... to prepare for project.
> I look forward to help from everyone.
> Sincerely,
>
> Hao
>
> On Sat, Apr 30, 2016 at 7:21 PM, Martin Desruisseaux <
> martin.desruisseaux@geomatys.com> wrote:
>
> > Hello all
> >
> > In the context of Google Summer of Code, Hao with Chinh's help will work
> > on mapping GeoTIFF tags to ISO 19115 metadata. I would like to welcome
> > them again! The first part of the work aims to produce a "sis-geotiff"
> > module very similar in purpose to the current "sis-netcdf" module, but
> > targeted to the GeoTIFF format instead than NetCDF. Applications like
> > Tika who already use SIS for geospatial metadata would benefit from this
> > work transparently without any coding on their side. The second part of
> > the work aims to implement a basic map services for publishing those
> > metadata.
> >
> > I will let them present themselves.
> >
> >     Martin
> >
> >
>



--

Re: Google Summer of Code project: GeoTIFF metadata

Posted by phuong hao nguyen thi <ng...@gmail.com>.
Hello Mr.Martin and all,
Thank you  for your welcome email .
The first, allow me to introduce myself :
I am Hao, my full name is Nguyen Thi Phuong Hao
I am a third year student majoring in Information Systems Design and
Administration (INP-G), School of International Education, Hanoi University
of Science and Technology, Viet Nam. As an Information System Design
student I am learning Java and posse knowledge and skills in designing and
developing software. I gained experiences during projects to develop
management software.
In this summer, I very happy when my proposal "Mapping between the GeoTIFF
metadata to ISO 19115
<https://summerofcode.withgoogle.com/dashboard/student/proposal/5117502057086976/>
" has been accepted by Gsoc and be done  work with Apache SIS . In
addition, in this project Chinh will help me and the  indispensable parts
is my mentor, Mr.Martin thank you so much.
In this time, we are installing the program and consulting the
documentation of Apache SIS, GeoTIFF, ISO 19115... to prepare for project.
I look forward to help from everyone.
Sincerely,

Hao

On Sat, Apr 30, 2016 at 7:21 PM, Martin Desruisseaux <
martin.desruisseaux@geomatys.com> wrote:

> Hello all
>
> In the context of Google Summer of Code, Hao with Chinh's help will work
> on mapping GeoTIFF tags to ISO 19115 metadata. I would like to welcome
> them again! The first part of the work aims to produce a "sis-geotiff"
> module very similar in purpose to the current "sis-netcdf" module, but
> targeted to the GeoTIFF format instead than NetCDF. Applications like
> Tika who already use SIS for geospatial metadata would benefit from this
> work transparently without any coding on their side. The second part of
> the work aims to implement a basic map services for publishing those
> metadata.
>
> I will let them present themselves.
>
>     Martin
>
>