ugeo

package
v0.0.0-...-76c535a Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2021 License: MIT Imports: 0 Imported by: 0

README

Go programming helpers for various miscellaneous geo-computing needs.

Usage

var (
	//	Minimum valid latitude
	LatMin float64 = -90 // -60

	//	Maximum valid latitude
	LatMax float64 = 90 // 84

	//	Minimum valid longitude
	LonMin float64 = -180

	//	Maximum valid longitude
	LonMax float64 = 180 // 179.999999999999997
)

Documentation

Overview

Go programming helpers for various miscellaneous geo-computing needs.

Index

Constants

This section is empty.

Variables

View Source
var (
	//	Minimum valid latitude
	LatMin float64 = -90 // -60

	//	Maximum valid latitude
	LatMax float64 = 90 // 84

	//	Minimum valid longitude
	LonMin float64 = -180

	//	Maximum valid longitude
	LonMax float64 = 180 // 179.999999999999997
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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