# نقاط نهاية جغرافية للوصول إلى البيانات المكانية

{% hint style="success" %}
يستخدم GeoPard <https://www.ogc.org/> تنسيقات بيانات اتحاد الجيوسباتية المفتوح (Open GeoSpatial Consortium) مثل WMS للصور وWFS لبيانات المتجهات. كما نعمل مع ملفات shapefile للاستيراد والتصدير. يتمتع المحرك بالمرونة للاستيراد والتصدير بأيٍّ من هذه التنسيقات البيانية. وبالنسبة لصور الأقمار الصناعية، نعمل مع [COGs (Cloud Optimized Geotiffs)](https://www.cogeo.org/)
{% endhint %}

{% hint style="info" %}
يجب عليك تثبيت Postman لتنفيذ طلبات WMS/WFS.
{% endhint %}

{% hint style="info" %}
يجب توقيع كل طلب مع HEADER "Authorization" (حيث يجب وضع الرمز المميز) أو مع معلمة URL "geopardApiKey " (حيث يجب وضع مفتاح API الخاص بالمستخدم).
{% endhint %}

تُخزَّن نقاط نهاية API الخاصة بـ WMS ضمن السمات "geoMaps" لكيانات "Field" و"FieldSatelliteImage" و"VectorAnalysisMap" و"RasterAnalysisMap" و"TopographyMap" و"SoilDataset" و"YieldDataset". تحقّق من [مخطط بيانات GeoPard.](/geopard-tutorials/ar/mstndat-wajhh-brmjh-alttbyqat/mkhtt-byanat-wajhh-brmjh-ttbyqat-geopard.md)

تُخزَّن نقاط نهاية API الخاصة بـ WFS ضمن "boundaryUrl" و"zonesMapUrl" و"attributesUrl" لكيانات "Field" و"VectorAnalysisMap".

{% hint style="info" %}
نوصي باستخدام الإسقاط EPSG:900913 بدلًا من EPSG:3857 للحصول على صور أكثر دقة.
{% endhint %}

<br>


---

# 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://docs.geopard.tech/geopard-tutorials/ar/mstndat-wajhh-brmjh-alttbyqat/nqat-nhayh-jghrafyh-llwswl-ila-albyanat-almkanyh.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.
