[arts-users] Downloading Data from ARTS

2020-06-08 Thread Skinner, Frances
Hello,

I am a new user of ARTS and I have a question regarding downloading
ARTSCAT-5 XML Files from the radiative transfer website. I downloaded the
three data files at
https://www.radiativetransfer.org/misc/download/stable/2.2/ and noticed
that they all contain ARTSCAT-4 data instead of version 5 (In the
spectroscopy folder under Perrin). I also noticed this same issue at the
webpage
https://arts.mi.uni-hamburg.de/svn/rt/arts-xml-data/branches/arts-xml-data-2.2/spectroscopy/Perrin/.
I was hoping to locate the ARTSCAT-5 data since using the ARTSCAT-4 data
gives me an assertion error and a statement that I can only use ARTSCAT5
data.

I am using Typhon for reading and writing routines for ARTS XML files. Thank
you for your time and assistance, I am happy to provide any additional
information about my error if further clarification is needed.

Kind Regards,
Frances Skinner
___
arts_users.mi mailing list
arts_users.mi@lists.uni-hamburg.de
https://mailman.rrz.uni-hamburg.de/mailman/listinfo/arts_users.mi


Re: [arts-users] Downloading Data from ARTS

2020-06-08 Thread Oliver Lemke
Dear Frances,

The catalogues provided for download are targeted for the matching stable 
version of ARTS (2.2) which does not support ARTSCAT-5. If you're using the 
development version of ARTS from GitHub, you need to check out the current 
version of arts-xml-data from the subversion repository:

svn co https://arts.mi.uni-hamburg.de/svn/rt/arts-xml-data/trunk/ arts-xml-data

Please note that the catalog format is currently undergoing another revision 
and things might be a bit rough around the edges as expected in a development 
version.

Cheers,
Oliver


> On 8 Jun 2020, at 22:20, Skinner, Frances  
> wrote:
> 
> Hello,
> 
> I am a new user of ARTS and I have a question regarding downloading ARTSCAT-5 
> XML Files from the radiative transfer website. I downloaded the three data 
> files at https://www.radiativetransfer.org/misc/download/stable/2.2/ and 
> noticed that they all contain ARTSCAT-4 data instead of version 5 (In the 
> spectroscopy folder under Perrin). I also noticed this same issue at the 
> webpage 
> https://arts.mi.uni-hamburg.de/svn/rt/arts-xml-data/branches/arts-xml-data-2.2/spectroscopy/Perrin/.
>  I was hoping to locate the ARTSCAT-5 data since using the ARTSCAT-4 data 
> gives me an assertion error and a statement that I can only use ARTSCAT5 
> data. 
> 
> I am using Typhon for reading and writing routines for ARTS XML files. Thank 
> you for your time and assistance, I am happy to provide any additional 
> information about my error if further clarification is needed. 
> 
> Kind Regards,
> Frances Skinner




smime.p7s
Description: S/MIME cryptographic signature
___
arts_users.mi mailing list
arts_users.mi@lists.uni-hamburg.de
https://mailman.rrz.uni-hamburg.de/mailman/listinfo/arts_users.mi


Re: [arts-users] Downloading Data from ARTS

2020-06-09 Thread Richard Larsson
Hi Frances,

As Oliver said, the 2.2 version of the stuff is very much not compatible
with typhon.

I am the one that made the mess here with the catalog so I should add a few
more words.  Since the typhon IO for catalogs was basically a full
reimplementation of the ARTS stuff, it has always lagged behind because it
was not my focus.  It only ever worked for things that I personally wanted
it to work for and quickly broke as new features were introduced into ARTS.

With the latest version of ARTS, you get a python interface out-of-the-box
when you build ARTS called "pyarts".  With pyarts, you get
"pyarts.classes", which gives a way to use every ARTS class directly in
python.  It is a very basic interface at this point, but you can use all
the IO capabilities of ARTS, including reading ARTSCAT4 catalogs.  It is
still new and a bit cumbersome, though there is
"pyarts.classes.from_workspace()" that can take any ARTS workspace variable
and map it for you in python [not copy, map, so all changes you do to the
map are there if you use more ARTS methods]).  The ARTS IO already remaps
everything to the ARTS data format and you can then take it from there with
whatever you want to use the data for.

With hope,
//Richard

Den tis 9 juni 2020 kl 08:52 skrev Oliver Lemke :

> Dear Frances,
>
> The catalogues provided for download are targeted for the matching stable
> version of ARTS (2.2) which does not support ARTSCAT-5. If you're using the
> development version of ARTS from GitHub, you need to check out the current
> version of arts-xml-data from the subversion repository:
>
> svn co https://arts.mi.uni-hamburg.de/svn/rt/arts-xml-data/trunk/
> arts-xml-data
>
> Please note that the catalog format is currently undergoing another
> revision and things might be a bit rough around the edges as expected in a
> development version.
>
> Cheers,
> Oliver
>
>
> > On 8 Jun 2020, at 22:20, Skinner, Frances <
> frances.skin...@cfa.harvard.edu> wrote:
> >
> > Hello,
> >
> > I am a new user of ARTS and I have a question regarding downloading
> ARTSCAT-5 XML Files from the radiative transfer website. I downloaded the
> three data files at
> https://www.radiativetransfer.org/misc/download/stable/2.2/ and noticed
> that they all contain ARTSCAT-4 data instead of version 5 (In the
> spectroscopy folder under Perrin). I also noticed this same issue at the
> webpage
> https://arts.mi.uni-hamburg.de/svn/rt/arts-xml-data/branches/arts-xml-data-2.2/spectroscopy/Perrin/.
> I was hoping to locate the ARTSCAT-5 data since using the ARTSCAT-4 data
> gives me an assertion error and a statement that I can only use ARTSCAT5
> data.
> >
> > I am using Typhon for reading and writing routines for ARTS XML files.
> Thank you for your time and assistance, I am happy to provide any
> additional information about my error if further clarification is needed.
> >
> > Kind Regards,
> > Frances Skinner
>
>
> ___
> arts_users.mi mailing list
> arts_users.mi@lists.uni-hamburg.de
> https://mailman.rrz.uni-hamburg.de/mailman/listinfo/arts_users.mi
>
___
arts_users.mi mailing list
arts_users.mi@lists.uni-hamburg.de
https://mailman.rrz.uni-hamburg.de/mailman/listinfo/arts_users.mi