Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/georust/geo

Geospatial primitives and algorithms for Rust
https://github.com/georust/geo

Remove unnecessary if statement

9acec58e0ccab26e64bafc1bb37b248f03aaba11 authored over 8 years ago
Merge branch 'master' into bbox resolving conflicts with PR #43

03293f5560c4a085b4b57ca9c73908e5df17f33e authored over 8 years ago
Simplify code using windows instead of zip, credits to frewsxcv

2fa6a96b007ccd9c2115eba9f6833aacab6f768f authored over 8 years ago
Remove comments since the implementation signature is enough

e20139513208f4a719a110f640e0f0157464a58f authored over 8 years ago
Remove duplicate code in MultiLineString and MultiPolygon, credits to TeXitoi

6f16131ee21d6a24baba3664e84c7c134b2207d2 authored over 8 years ago
Merge pull request #45 from georust/0.2.1

Prepare for 0.2.1 release.

1378105d17a6d10dfd854f781149238ed2f1e4b7 authored over 8 years ago
Prepare for 0.2.1 release.

2bf93ead4c0e7ee34b31d1495fbf1a774ab1c2a8 authored over 8 years ago
Merge pull request #43 from zarch/area_polygon

Fix Area trait for Polygon to consider inner isles and implement area tait for MultiPolygon

4d7a4a4ff6c35f8684fa64e878f7fbef5647d881 authored over 8 years ago
Rewrite get_bbox function to accept as input an IntoIterator instead of a vector of Point<T>

9bec1b8e076f558fa23f82a87878a27600b73524 authored over 8 years ago
Substitute println! with assert_eq! in trait documentation

5bae671a6821eb9ee6ca556cac9d38a0c9a3a3a7 authored over 8 years ago
Update the get_bbox function removing the else block

c213d437b6909273d927d1e16f501418ae38f3c7 authored over 8 years ago
Cleanup the get_bbox function to remove some duplicate code

ab6101122a9220dca86d215d337e64abf4eea5f8 authored over 8 years ago
Remove extra braces

e21129504301bc05f7ea1a4e81e64692b7fdba7a authored over 8 years ago
Implement Length for MultiLineString

8a5db6ef8c9d9383d9635af6a737d63e2702297d authored over 8 years ago
Add Length trait and implement Length to LineString

6b9456462650744d4df607b106e91e520c195b47 authored over 8 years ago
Add area trait to MultiPolygon

ce5bbf3274b200dcf774a944d554d56d45142025 authored over 8 years ago
Modify area for Polygon to consider also the isles

0b0911c4702fbc26f6bd80dc01f93fb1875c925a authored over 8 years ago
Merge pull request #42 from georust/0.2.0

Prepare for 0.2.0 release.

c18ae1db4eca347fcd367fe8568470f0424ddca2 authored over 8 years ago
Add keywords to crate metadata.

5587776363a95df7a7e1878328adcc2c9099c387 authored over 8 years ago
Prepare for 0.2.0 release.

7b51f38929ad449b1cc4afaf14cd4a6c14f7aeb3 authored over 8 years ago
Tweak description in crate metadata.

729989c6008aa6535ed401f51dc0ecd2b9ed7a8d authored over 8 years ago
Merge branch 'master' into bbox

8e348a316f15499a9b645186fe7de78ab8f82412 authored over 8 years ago
Merge pull request #40 from georust/coord_precision_f32

COORD_PRECISION is now f32

8369162ccc7431c3584d68ae18a5e18387556bae authored over 8 years ago
COORD_PRECISION is now f32

6daaa623e028981fad7247c8347a55f85d77a7f3 authored over 8 years ago
Merge pull request #30 from zarch/generics

Support generic numeric type for geometries

e23eaa69749c1279d7e41cf38e6335fcec324b23 authored over 8 years ago
Merge branch 'generics' into bbox

8fdb5c924a652e3feec53e33bbcb039ec882e766 authored over 8 years ago
Remove unnecessary comment on COORD_PRECISION

1eaa582124ac6e0394ef011e8554b3cc6ad5011d authored over 8 years ago
Remove unnecessary comments

51547b87aa4ca245e2d7a1b2bd30390f8857e151 authored over 8 years ago
Implement Intersects trait for Bbox

6556567f884eb5f8846aea7e3ec5b6f87aab9bf0 authored over 8 years ago
Remove an extra whitespace

5fe7db07318dc84c20469318c1b2000530301a7e authored over 8 years ago
Implement trait Contains for Bbox

3ecca84a173a0c0a0eca1e6974b52f5985a5a791 authored over 8 years ago
Implement Area for Bbox

12ef2a5f194882ce31328556b18a3678e3969fe1 authored over 8 years ago
Implement Centroid for Bbox

ac69af55fc2c70ebb31c697e4862a935c3af7dc4 authored over 8 years ago
Implement BoundingBox for MultiPolygon

de27c9e836afae0b048849161a2fcdc374c01f20 authored over 8 years ago
Implement BoundingBox for MultiLineString and cleanup tests

2134a69894a4c9d23669c502bb977c39a89a5a39 authored over 8 years ago
Implement AddAssign trait for Bbox struct

ce28cca6e61ab0643cdd2721382ae63c536c7c71 authored over 8 years ago
Implement the Add trait to Bbox

49b61726cd9b25ab71688b1b184bf8d1e3220477 authored over 8 years ago
Cleanup test syntax when creating new instances

74a316de26d2b97c464e61ddada9116d331e1ad5 authored over 8 years ago
Implement BoundingBox for MultiPoint

b65d3c03a85dcab5d6fcc37f4a681ca9dbc5694e authored over 8 years ago
Substitute &LineString<T> with &Vec<Point<T>> in get_bbox function

eccc0c99097790a85b60577ec5a0435173b428e1 authored over 8 years ago
Implement BoundingBox for Polygon

0337873e3e93a9fa90cbf77da403f0e4c534d11e authored over 8 years ago
Implement BoundingBox for LineString

7c65977380454ad7fe213348c49b1d91fa56aa08 authored over 8 years ago
Merge pull request #1 from Kerosene2000/generics

Wow, thank you...

faadfc8fdc7e21942b2828bf1324dc0968a8bb9f authored over 8 years ago
lng -> x, lat -> x

277340e9abc763e63f2ea97b8a2fdc53c9207493 authored over 8 years ago
little cleanups

a80c0e474feec812a6aa6e6dc00147b7479ef6f9 authored over 8 years ago
Working great I believe :)

cda06e240ab6ed72331724ce5cb72b33bd5245c8 authored over 8 years ago
Merging from master

2b42ff5a524ff293bd5c36365416164b0aed6419 authored over 8 years ago
Merge pull request #36 from azime/delete_comment

comment deleted

faa0840be34d10713206e403c8956ca17a0a26b4 authored over 8 years ago
comment deleted

684ea0176b7410d16d6c74f227df404b0d526dba authored over 8 years ago
Merge pull request #35 from georust/0.1.1

Prepare for 0.1.1 release.

c09e4e09ef12868bc58d03217fa5410310c59524 authored over 8 years ago
Prepare for 0.1.1 release.

fb112e234fb356ffadb1e806230e3a70646f752a authored over 8 years ago
Merge pull request #34 from michaelkirk/fix-intersection-for-parallel-lines

Fix intersection for parallel lines

91f3e7e7cd940a2f203f2c758e20720510bdf484 authored over 8 years ago
fixed typo linstring -> linestring

cfce6f5d2a444c32ae00f51a8a42c68ba7f9889a authored over 8 years ago
detect intersection with inside edge

26843111ff3a14654bb32afbe84a2529f302f5ea authored over 8 years ago
affirmative test for contains point in polygon

d00fae7e86224662831607b9f85b83549e3b92f8 authored over 8 years ago
Any linestring that intersects a polygons edge intersects the polygon

befa70e43007214e4a4e8e7d69bc5ca519c09688 authored over 8 years ago
Fix all intersection tests for linestrings.

Using
https://github.com/brandonxiang/geojson-python-utils/blob/33b4c00c6cf27921fb296052d0c0341b...

093bb9a6091b0fda6aaca26121d9866245b65b2a authored over 8 years ago
use same variable names as source algorithm. Which makes it easier to

audit.

Also, x/y should be prefered to lng/lat as it's more general.

8e5c70bd17222a02ebc4995efb9e18727c5e3152 authored over 8 years ago
failing test shows parallel line segments erroneously detected as intersecting

ee9e746e1165b3468485bb7a4ad6dda549489728 authored over 8 years ago
tabs -> spaces.

4b7dd8f4c03a6603a2fdef514bd2452f424a8370 authored over 8 years ago
Merge pull request #33 from georust/0.1.0

Prepare for 0.1.0 release.

92e7a10b31d575f65df3a9d42c37e2a28b4a3e0b authored over 8 years ago
Prepare for 0.1.0 release.

4e6068e089c9726ff671e03df2a33bd415dcab0a authored over 8 years ago
Merge pull request #31 from azime/contains_intersects

New Algoritms added

6a20749101c53dbaea5a11b5a3a4f293f3a64039 authored over 8 years ago
corrections

d873f520c514f97aa06f20294806b643d45e3759 authored over 8 years ago
contains, intersects added

3fa8cca6cd10c443a700427e30411dfa3ae2b8ff authored over 8 years ago
Checks if the geometry A is completely inside the B geometry

47f5e0056e1c5024a83b47376335b67ae4351abe authored over 8 years ago
use num::One::one

953589edbbfb688c316e7fe6d7aed0e2f1746082 authored over 8 years ago
Move from num::Num to num::Float

ae6ce89078a4a4e861eed852fa8eff1d8f10d8b6 authored over 8 years ago
Add generics also to centroids

fccd1cebd6e19da64fe813b9bcfcf1cd42fee605 authored over 8 years ago
Remove unused import 'use std::ops::Neg;'

02bdbd65cad9981950b93b088db9de60ca4fe993 authored over 8 years ago
Merge branch 'master' into generics

5ff339c663fb7cd456d03c6cc3b640420e0e72d5 authored over 8 years ago
Remove Neg from traits.rs

cdae4db84cf8df4fe042678138362c23b239a143 authored over 8 years ago
Keep Neg only where needed

eb9a0e5d2ff6f52c46097e83941e44b660795ec7 authored over 8 years ago
Merge pull request #27 from georust/0.0.7

Prepare for 0.0.7 release.

c97469d1f47968f2ad30111bddbad89df095c432 authored over 8 years ago
Prepare for 0.0.7 release.

5bfbee71d36fb66dd022b51f580206e3f3a441ec authored over 8 years ago
Merge pull request #29 from georust/pub

Don't reexport core structs in submodule.

ad1f9e27b073c2b3d85654ac7d3aa385b5d5daa8 authored over 8 years ago
Don't reexport core structs in submodule.

Fixes https://github.com/georust/rust-geo/issues/28.

b97295e832039ece8e81f6afef333e732dbb1576 authored over 8 years ago
Merge pull request #24 from azime/centroid_calculation

First draft for algorithms implementation

e204f086a4669f39ffdbd54a2670358130e2c02d authored over 8 years ago
Support generic numeric type for all structs Issue#25

74334ba1af253d35ceb7eb428fbf1a0c5df7d8c9 authored over 8 years ago
centroid of the centroid

70ea2237a05a54d92aeac381728ace81fa8c57be authored over 8 years ago
Merge pull request #23 from llogiq/clippy

fixed two small clippy warnings

b3195ffe9d03e4906cb9eee20b7bbbb9603c2d46 authored almost 9 years ago
fixed two small clippy warnings

7adf52313c6f9564fa9cf23c4f16b3b901364692 authored almost 9 years ago
Merge pull request #22 from georust/relicense

Update license to MIT/Apache-2.0

fda983e553fd401f59a865941b51e1f6ddca6156 authored almost 9 years ago
Bump version to 0.0.6

a365c96e2c8974958a48fa7af91c81ebbfd7f9db authored almost 9 years ago
Update license to MIT/Apache-2.0

Fixes https://github.com/georust/rust-geo/issues/18.

88b7f85a526f90cfceebdcafbcdd2e479fa41710 authored almost 9 years ago
Merge pull request #20 from timClicks/doc-fixes

Fix docstring for impl Neg

9f7519cc851a29cdef8f5090612b197e500a62dc authored almost 9 years ago
Fix docstring for impl Neg

This commit changes the docstring for Point.neg() to
be "Returns a point with the x and y compo...

8c212c7732d147deedbff840e980468d5404ffa1 authored almost 9 years ago
Merge pull request #17 from Turbo87/travis-deploy-key

TravisCI: Use encrypted deploy key instead of global token

dbe25b21489e1e7bea75a4eecbbee382a1c5bc83 authored over 9 years ago
TravisCI: Use encrypted deploy key instead of global token

see #14

5c18f2c8f524d1a787c7ed306242cc047437a81a authored over 9 years ago
Merge pull request #14 from Turbo87/travis

TravisCI: Deploy to GitHub Pages only for the master branch

f04509964f4c0e94f7b27ec47e54bccb317cf9f5 authored over 9 years ago
Merge pull request #13 from Turbo87/point-methods

Add basic Point methods

c2c96fd9e1b6717039116414d0d235008b5142d9 authored over 9 years ago
TravisCI: Replace ghp-import with shell commands

Installing ghp-import apparently needs sudo, which means that the containerized
infrastructure o...

69f295b9fe33b7a4a4e2b71227f1c4da53708d07 authored over 9 years ago
TravisCI: Deploy to GitHub Pages only for the master branch

757b754ca031a10f94f6eda20f9bed580f6a0123 authored over 9 years ago
Point: Add dot() method

104ffc225f51209c2ee84407f32e86af933d1a9b authored over 9 years ago
Point: Implement Add, Sub and Neg traits

2339392d5d62882c709b0775d5ae89ab99df04d9 authored over 9 years ago
Point: Add set_x(), set_y(), set_lng() and set_lat() methods

de60838cc50fa06c3a7ae20510e42add307355f3 authored over 9 years ago
Point: Add new() factory method

31b408232ff351749c7bc8b4cd13b839b6c40e5c authored over 9 years ago
Point: Add x(), y(), lat() and lng() methods

ee37ad872c0a35f1250660c8e6565ac1cff1dcb2 authored over 9 years ago
Bump version: 0.0.4 -> 0.0.5

56b06a0ec471e6e1efb077940a4a46f8c48b0403 authored over 9 years ago
Merge pull request #11 from georust/debug-trait

derive `Debug` trait

4ff6c7d26dd3ce24bab321972fa1535abee37811 authored over 9 years ago