# CreateCSList and WKT2 transform

Now, we're have XML-library and we can start look other nodes that require that data. Let's start with node - creation CS's list from User Local Library:

Теперь у нас есть XML-версия библиотеки и мы можем приступить к обзору нодов, где она была необходима, как исходные данные. Начнем с формирования перечня систем координат, хранящихся в рамках пользовательской библиотеки:

![Script to export CS's names to external file](/files/-MVuv-oVu6SRSm0ZSV3m)

![Result of exporting file](/files/-MVurHCO2pKaHbrMQNw0)

Then call a node **GetWKT2Code\_ofCSList** and input them all needing data. \
Теперь вызовем нод **GetWKT2Code\_ofCSList** и подадим ему на вход нужные параметры.

**Note**: at that time export to WKT2 supports if CS's Type is Transverse Mercator or Gauss-Kruger!\
**Примечание**: пока-что экспорт в WKT2 поддерживается при условии, что тип системы координат - Поперечная Меркатора или Гаусса-Крюгера

{% file src="/files/-MVuxtKR0yPBy2m7tNtR" %}
Script to get WKT2 codes of input CS's names from XML-library
{% endfile %}

![](/files/-MVuw940ZmNXQdtvmdZf)

After finish process we're get a text-file with WKT2 codes of CS in User Library:

**Note**: input XML-library can contains symbols '\r\n' for some names and as result - WKT2 string will contain these NewLines. \
**Примечание**: XML-библиотека может содержать в наименованиях некоторых названий переход на новую строку, поэтому итоговая WKT2 строка может представлять собой несколько строк.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://inj9.gitbook.io/dynamo-mapconnection/operations-with-mapcslibrary/page2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
