स्थानिक डेटा एक्सेस के लिए जियो एंडपॉइंट्स
Previous90. क्वेरी: ज्योमेट्री के आधार पर SatelliteImagery डेटा प्राप्त करेंNextWMS - स्थानिक डेटा लेयर्स की रास्टर तस्वीरें प्राप्त करें
Last updated
Was this helpful?
GeoPard उपयोग करता है https://www.ogc.org/ Open GeoSpatial Consortium के डेटा फॉर्मैट, जैसे तस्वीरों के लिए WMS और वेक्टर डेटा के लिए WFS। साथ ही, इंपोर्ट और एक्सपोर्ट के लिए हम shapefiles के साथ काम करते हैं। हमारा इंजन इन डेटा फॉर्मैट्स में इंपोर्ट और एक्सपोर्ट करने के लिए लचीला है। सैटेलाइट इमेजरी के लिए, हम काम करते हैं COGs (Cloud Optimized Geotiffs)
WMS/WFS requests चलाने के लिए आपको Postman इंस्टॉल करना होगा।
हर request को HEADER "Authorization" (जहाँ token डालना है) या URL parameter "geopardApiKey " (जहाँ user API key डालनी है) के साथ sign करना होगा।
WMS API endpoints "Field", "FieldSatelliteImage", "VectorAnalysisMap", "RasterAnalysisMap", "TopographyMap", "SoilDataset", "YieldDataset" entities के "geoMaps" attributes के नीचे stored होते हैं। देखें GeoPard DataScheme.
WFS API endpoints "Field" और "VectorAnalysisMap" entities के "boundaryUrl", "zonesMapUrl", और "attributesUrl" में stored होते हैं।
हम अधिक सटीक images पाने के लिए EPSG:3857 की बजाय EPSG:900913 projection इस्तेमाल करने की सलाह देते हैं।
Last updated
Was this helpful?
Was this helpful?