Getting Started
Last updated
Was this helpful?
Last updated
Was this helpful?
The GeoPard team highly suggests initiating with Altair to thoroughly examine the functionalities of the GeoPard API. It consistently retrieves the most recent version of accessible entities, queries, mutations, and subscriptions. Please refer to the quick-start guide outlined below:
Install the Altair GraphQL Chrome extension from this or alternatively, use Altair GraphQL Client directly in .
Each request must be authenticated with an Authorization
HEADER, where the requisite token should be included. For quick testing, the Authorization
HEADER value can be obtained from the requests following login into GeoPard Agriculture.
A short explanation is in the screenshot below.
The Root GraphQL endpoint is located at . A short explanation is in the screenshot below.
Access to the GraphQL Schema can be found under the "Docs" button within the Altair interface. This section allows you to navigate through all available Queries, Mutations, and Subscriptions. Additionally, it offers insight into various entities and their respective structures, providing a comprehensive understanding of the system's GraphQL setup. A short explanation is in the screenshot below.
Confirm that outgoing requests are functioning correctly using your browser's development console. You can apply request filters such as /data
.
The schema can be accessed from this .
For file uploading, we utilize .
To access raster and vector data, we employ OGC WMS (raster images for swift rendering) and WFS formats (shp
, geojson
). For more information, please refer to our s section.