All Projects → JuliaGeometry → PolygonOps.jl

JuliaGeometry / PolygonOps.jl

Licence: MIT license
Generic Polygon Operations

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to PolygonOps.jl

nft-swap-sdk
Ethereum's missing p2p NFT and token swap library for web3 developers. Written in TypeScript. Powered by 0x.
Stars: ✭ 200 (+952.63%)
Mutual labels:  polygon
geopip
Reverse geocode a lng/lat coordinate within a geojson `FeatureCollection` and return information about the containing country (polygon).
Stars: ✭ 27 (+42.11%)
Mutual labels:  polygon
leaflet-paintpolygon
Leaflet plugin to create polygon with circle as paint
Stars: ✭ 38 (+100%)
Mutual labels:  polygon
matic-docs
The official documentation for all Polygon products.
Stars: ✭ 181 (+852.63%)
Mutual labels:  polygon
awesome-solidity-gas-optimization
Best resources for Solidity gas optimizations ⛽
Stars: ✭ 893 (+4600%)
Mutual labels:  polygon
Bogged-Token-List
Multichain token lists by Bogged Finance
Stars: ✭ 106 (+457.89%)
Mutual labels:  polygon
Unreal Polygonal Map Gen
An Unreal Engine 4 implementation of the Polygonal Map Generator for generating islands found at http://www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation/
Stars: ✭ 229 (+1105.26%)
Mutual labels:  polygon
geofeatures2
A lightweight, high performance geometry library in Swift.
Stars: ✭ 18 (-5.26%)
Mutual labels:  polygon
osm-static-maps
Openstreetmap static maps is a nodejs lib, CLI and server open source inspired on google static map service
Stars: ✭ 130 (+584.21%)
Mutual labels:  polygon
polygon-etl
ETL (extract, transform and load) tools for ingesting Polygon blockchain data to Google BigQuery and Pub/Sub
Stars: ✭ 53 (+178.95%)
Mutual labels:  polygon
Shape-Your-Music
A web application for drawing music.
Stars: ✭ 106 (+457.89%)
Mutual labels:  polygon
Rabby
The game-changing wallet for Ethereum and all EVM chains
Stars: ✭ 562 (+2857.89%)
Mutual labels:  polygon
idex-sdk-js
IDEX v3 SDK built with TypeScript, supporting both web and Node environments.
Stars: ✭ 35 (+84.21%)
Mutual labels:  polygon
poly-flash
Flashloan on Polygon
Stars: ✭ 233 (+1126.32%)
Mutual labels:  polygon
martinez-src
Mirrored implementations of polygon clipping/CSG/operations algorithm, in C (original, by Martínez et al) and ActionScript3 (port, by Mahir Iqbal)
Stars: ✭ 34 (+78.95%)
Mutual labels:  polygon
inpoly
A fast 'point(s)-in-polygon' test for MATLAB.
Stars: ✭ 17 (-10.53%)
Mutual labels:  point-in-polygon
envelope ex
Utilities for calculating and comparing envelopes from geometries
Stars: ✭ 15 (-21.05%)
Mutual labels:  polygon
tektosyne
The Tektosyne Library for Java provides algorithms for computational geometry and graph-based pathfinding, along with supporting mathematical utilities and specialized collections.
Stars: ✭ 52 (+173.68%)
Mutual labels:  point-in-polygon
uniswap-arbitrage-flash-swap
Uniswap flash swap arbitrage solidity contracts
Stars: ✭ 341 (+1694.74%)
Mutual labels:  polygon
EsriRESTScraper
A Python class that scrapes ESRI Rest Endpoints and exports data to a geodatabase
Stars: ✭ 43 (+126.32%)
Mutual labels:  polygon

PolygonOps

Stable Dev

The objective of this package is to provide a set of generic polygon operations. There are two assumptions:

  • the container and points are both vector-like.
  • the first and last elements are equal.

This should provide generic implementations portable and extensible for packages such as GeometryTypes, GeometryBasics, and JuliaGeo.

Please see the docs for a list of exported functions.

Implements:

  • point-in-polygon
  • signed area (shoelace formula)
  • centroid

Planned:

  • simplification
  • booleans (ported from PolygonClipping.jl)
  • offset/insetting
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].