Locations
The Locations API is a RESTful API that abstracts spatial data provided as KML and GeoJSON into a manageable instance in the server that can be referenced by other APIs in our platform. The platform can only handle spatial data that enclose a valid polygon.
📄️ List
Get a list of your `location` objects in GeoJSON format. To get all locations, use the endpoint without any filters.
📄️ Create
Store a location defined in GeoJSON format. You can reference this location in other services, such as `Pipelines API`, to create multiple pipelines for the same location (Area of Interest)
📄️ Fetch a location
Fetch a location
📄️ Update a location
Update a location
📄️ Delete a location
Delete a location