extraction

package
v0.0.0-...-a525ec8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 14, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func VectorExtraction

func VectorExtraction(c *gin.Context)

func WKTToWFSFilter

func WKTToWFSFilter(wkt string) (string, error)

Types

type RequestParameters

type RequestParameters struct {
	Product    string `json:"product" binding:"required"`
	Perimeter  string `json:"perimeter" binding:"required"`
	Parameters string `json:"parameters" binding:"required"`
}

type SpatialFilter

type SpatialFilter struct {
	SRID         string `json:"srid"`
	GeometryType string `json:"geometrytype"`
	Coordinates  string `json:"coordinates"`
}

type UUIDCSV

type UUIDCSV struct {
	UUID   string   `json:"uuid"`
	Tables []string `json:"tables"`
}

func GetCSVLine

func GetCSVLine(productUUID uuid.UUID, csvpath string) (UUIDCSV, error)

type WFSRequestParameters

type WFSRequestParameters struct {
	BaseURL   string
	OGCServer string
	Service   string
	Version   string
	Request   string
	TypeNames []string
	Filter    string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL