CSIRO-enviro-informatics / loci-integration-api

This application provides a convenient interface for executing common functions across the whole LOCI system.
0 stars 3 forks source link

DGGS engine powered find-at-polygon API #77

Closed jyucsiro closed 4 years ago

jyucsiro commented 4 years ago

Design and prototype an online Web API that accepts input and outputs

Input:

bellie888 commented 4 years ago

There is a DGGS enablement script example on Git which will produce the DGGS equivalent of a polygon. It will input a shapefile and generate a csv or shapefile output that has one line for each cell. Many DGGS cells will be used to represent one polygon. Data from the source shapefile can be included in the output. Later, when integrating data based on DGGS cell, the data from the two sources are brought together on the cell.

jyucsiro commented 4 years ago

won't do this in the loci-integration-api