The binary artifact is now available on dist/dev/sis. The artifact is
the 'pack.gz' file which include everything needed, together with a
convenience shell script for uncompressing and launching it. The
following test instructions are for Unix users only - I would need
volunteer work for porting the Unix shell script to Windows BAT file.
wget --no-check-certificate
https://dist.apache.org/repos/dist/dev/sis/0.3/RC1/apache-sis-0.3-bin.zip
unzip apache-sis-0.3-bin.zip
Add the 'apache-sis-0.3/bin' directory to your path.
Then (can be invoked from any directory):
Test 1 - showing help
------------------
sis
Test 2 - showing ISO 19115 metadata of a NetCDF file available online
(ignore the "WARNING TemporalFactory is not supported in Apache SIS 0.3"
message)
-----------------------------------------------------------
sis metadata
http://svn.code.sf.net/p/geoapi/code/trunk/geoapi-netcdf/src/test/resources/org/opengis/wrapper/netcdf/NCEP-SST.nc
Test 3 - same than above, but output in ISO 19139 XML format
-----------------------------------------------------
sis metadata --format xml
http://svn.code.sf.net/p/geoapi/code/trunk/geoapi-netcdf/src/test/resources/org/opengis/wrapper/netcdf/NCEP-SST.nc
Test 4 - same than above, just note the change in the
<gmd:hierarchyLevel> element
-------------------------------------------------------------------------
sis metadata --format xml --locale fr
http://svn.code.sf.net/p/geoapi/code/trunk/geoapi-netcdf/src/test/resources/org/opengis/wrapper/netcdf/NCEP-SST.nc
Test 5 - same than the first test, just note the change in the 'date'
element
---------------------------------------------------------------
sis metadata --timezone UTC
http://svn.code.sf.net/p/geoapi/code/trunk/geoapi-netcdf/src/test/resources/org/opengis/wrapper/netcdf/NCEP-SST.nc
Feedbacks are welcome.
Martin