Re: [arts-users] Question about ARTS set up

2024-05-01 Thread Lemke, Oliver via arts_users.mi
Hi Sebastian,

pyarts provides a function to automatically download the catalog data. Put the 
following code at the beginning of your script:

import pyarts
pyarts.cat.download.retrieve()

Here is an example that also shows it: 
https://atmtools.github.io/arts-docs-2.6/examples.arts-catalogue-data.lines.html

This will download the catalogs and automatically set the search path. By 
default the catalogs are downloaded to ~/.cache/arts/ . It skips the download 
if the catalogs are already present in that location. Have a look at the 
documentation of that function for additional options such as specifying a 
custom path for the downloads.

Hope this helps.

Cheers,
Oliver


> On 1. May 2024, at 05:54, s.hermosilla via arts_users.mi 
>  wrote:
> 
> Heelo, my name is Sebastián Hermosilla.
> 
> I'm currently diving into ARTS and have successfully installed it on my 
> system. However, I'm encountering problems with the files that need to be 
> uploaded. Specifically, I'm unsure about the placement of files such as 
> "lines/O2-66.xml" and "lines/O3-666.xml".
> 
> Could you kindly guide me on where these files should be uploaded? Do they 
> require a specific directory or folder?
> 
> I'm attempting to execute the codes from the examples folder in the GitHub 
> repository. (https://github.com/atmtools/arts/tree/v2.6.0)
> 
> Thank you in advance for your assistance.
> Best regards,
> Sebastián





smime.p7s
Description: S/MIME cryptographic signature


[arts-users] Question about ARTS set up

2024-05-01 Thread s.hermosilla via arts_users.mi

Heelo, my name is Sebastián Hermosilla.

I'm currently diving into ARTS and have successfully installed it on my 
system. However, I'm encountering problems with the files that need to 
be uploaded. Specifically, I'm unsure about the placement of files such 
as "lines/O2-66.xml" and "lines/O3-666.xml".


Could you kindly guide me on where these files should be uploaded? Do 
they require a specific directory or folder?


I'm attempting to execute the codes from the examples folder in the 
GitHub repository. (https://github.com/atmtools/arts/tree/v2.6.0)


Thank you in advance for your assistance.
Best regards,
Sebastián