Ecosyste.ms: OpenCollective

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

GeoJSON.Net

.Net library for GeoJSON types & corresponding Json.Net (de)serializers
Collective - Host: opensource - https://opencollective.com/geojson-net - Website: https://t.co/VSDLB1YuvM - Code: https://github.com/GeoJSON-Net

Remove not needed reference in Wkb project

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 391bf61c47510c1c2a1b84780f6a2136b385e930 authored over 7 years ago
Added nuspec files for EntityFramework and Wkb packages

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 4fe51e258fe5c5955e4fefa6de6f21fd733d56d1 authored over 7 years ago
Added test for encode and decode, but some marked as skipped due to equals issues

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - fd367c98096fb1b29c5cce95dc7427c5ea29d2d2 authored over 7 years ago
Separate Wkb conversions into partial classes

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 431d8069c582d8eb198b12340a86b7f52c698031 authored over 7 years ago
Separate EntitiyFramework conversions into partial classes

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 0d3528652519acfcdea4958d4ed43894416468b2 authored over 7 years ago
Reuse existing methods when asking for specific types

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 9b463dd52e7c6e0dc5059ec434e9711d8e382000 authored over 7 years ago
ToDbGeography and ToDbGeometry tests passing

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 93d7fde1cd0c6b577ea58dc828566e0011558658 authored over 7 years ago
Correct issues with SqlServerTypes

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 85f4246401bc68e9550de56184c183c7f7bde2eb authored over 7 years ago
Added tests for ToDbGeographyTests and ToDbGeometryTests and ToGeoJSONsTests

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 97aac85a66eda91658dc91bb681584eb0a67fa8f authored over 7 years ago
Solved problems with SqlServerTypes, adding test but not completed

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 87903a22540a27c9f020006d570dc04abd067d5a authored over 7 years ago
Initial commit, added WkbConverter and EntityFrameworkConvert. Pending tests

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 8076c9b04fc6ce28d5459ce6213a7ad238bfced1 authored over 7 years ago
Fixing issue 94, exception when checking for null

github.com/GeoJSON-Net/GeoJSON.Net - 2dc82d76f9788c5e359d04bee19eb69b6d3700bc authored over 7 years ago
Changing nuspec file

github.com/GeoJSON-Net/GeoJSON.Net - f56d834d9ab3535948e623d3c0147ae7cc802743 authored over 7 years ago
Don't touch CRS on (de)serializing (#90)

Removes code that creates a default CRS on deserializing when JSON contains None, and that remov...

github.com/GeoJSON-Net/GeoJSON.Net - 15b64b77a408e2eb25b24f323ed115021045fa0a authored over 7 years ago
Improve code quality (#88)

* replace GeoJsonObject.Type by abstract read-only property

The Type now resolves to a consta...

github.com/GeoJSON-Net/GeoJSON.Net - b65fe86853bfd04a91162a9b952b8fbb48a8b040 authored over 7 years ago
Generic feature (#85)

* Add generic Feature<TGeometry, TProps> class

* add visual studio settings folder to .gitign...

github.com/GeoJSON-Net/GeoJSON.Net - 9d579d6c9f4ab03cc4913945879556053efe5a21 authored over 7 years ago
Migration GeographicPosition to Position

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - f5d701e08225310a0799133f3173496564e6fcf1 authored over 7 years ago
Update tests project to msbuild 15 and add netcoreapp1.1 target (#87)

* remove unreferenced sources from test project

* update test project to MsBuild15 + add netc...

github.com/GeoJSON-Net/GeoJSON.Net - ffef6a360c020dddc078cf2158ea19387183a2f5 authored over 7 years ago
remove unreferenced sources from test project (#86)

github.com/GeoJSON-Net/GeoJSON.Net - 155ce5506b15173e9afb15763d971cfed973f506 authored over 7 years ago
Adding Feature class that has typed Geometry property

github.com/GeoJSON-Net/GeoJSON.Net - 81c86303709a00f89a6d899a330e2e7eeb98302e authored over 7 years ago
Linestring to use IPosition in Is_Closed

github.com/GeoJSON-Net/GeoJSON.Net - 0d43f01d8bf63af11ea4d01081921457ec08c32f authored over 7 years ago
Grrrrr Readme update again

github.com/GeoJSON-Net/GeoJSON.Net - 3d72d06fb715b73f690dfb5b168a154242f2e5ce authored over 7 years ago
Setting some more targets, removed GeographicPosition

github.com/GeoJSON-Net/GeoJSON.Net - ca682290b3f37fe1f09614d225514db18a4cb81d authored over 7 years ago
Merge pull request #78 from rjhernandez/net-standard-1.1

Net Standard 1.1 Update

github.com/GeoJSON-Net/GeoJSON.Net - 7a20bbf7a7c83cfd23e1a9e4feb002b06773d3e3 authored over 7 years ago
Fixed tests so that they work on Mac/Linux

github.com/GeoJSON-Net/GeoJSON.Net - 6d9443b085708887ce08e91c5296486e7d8ee2bd authored over 7 years ago
Modified GeoJSON.NET project to a .NET Standard 1.1 project so it can be more easily reused in developing libraries for cross platform development.

github.com/GeoJSON-Net/GeoJSON.Net - cd045d458307f1a4be8faf935319bc80dc1cc9a6 authored over 7 years ago
Final commit for v1 Alpha

github.com/GeoJSON-Net/GeoJSON.Net - f6d68ed6c20d7a2908c367e3ac157a08de311398 authored over 7 years ago
Merge pull request #75 from GeoJSON-Net/version-one

Merging Version One

github.com/GeoJSON-Net/GeoJSON.Net - ce6baaba1ea8a804069f29bb670ba733aba65dc2 authored almost 8 years ago
Removing GeographicPosition and replaced with Position. Created properties in IPosition and used.

github.com/GeoJSON-Net/GeoJSON.Net - 81080d3fdb7b7ef9ce2a6f9af9af7d278e860473 authored almost 8 years ago
Last bit of comment tidying

github.com/GeoJSON-Net/GeoJSON.Net - 3416c68b668831430ff5133d9e8ac11fe64d6090 authored almost 8 years ago
More comment tidying

github.com/GeoJSON-Net/GeoJSON.Net - c67d925c156eab903777b4b9cac5edc933fae7ec authored almost 8 years ago
Removed some redundant code and started to tidy comments

github.com/GeoJSON-Net/GeoJSON.Net - 3254bacee6bef6027879a7eb80962760c1d79772 authored almost 8 years ago
Merge pull request #73 from GeoJSON-Net/rfc7946

Rfc7946

github.com/GeoJSON-Net/GeoJSON.Net - 67184413b21357c2eebcdb2c73f69ae4a1472df7 authored almost 8 years ago
WktHelper renamed to WktConvert

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 1ef3115d46d2ccc145e212958ebca7f0d49dac3b authored almost 8 years ago
Updated AppVeyor badge to new account

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 65512e83152143ca9f026d533dbd13e79c206fc8 authored almost 8 years ago
Switched AppVeyor badge to new account

github.com/GeoJSON-Net/GeoJSON.Net - a454667a7247f562ec161ac40aa7893e8cc8ed3d authored almost 8 years ago
Code correction for readme

github.com/GeoJSON-Net/GeoJSON.Net - c5621b984cc86864a82f804e72f68946ef3615a6 authored almost 8 years ago
Chnges to readme for rfc

github.com/GeoJSON-Net/GeoJSON.Net - 646d45b39d1ec82f223aa41ae04914d29532b021 authored almost 8 years ago
Removing last spec ref

github.com/GeoJSON-Net/GeoJSON.Net - 4806d143bf801bbb323d96e9fec8bc1925771b17 authored almost 8 years ago
Changing all links to point to latest RFC

github.com/GeoJSON-Net/GeoJSON.Net - 48f2b1f537647e5cee249984155b343ea4adcfe8 authored almost 8 years ago
Merge pull request #71 from matt-lethargic/master

Removing dead project message

github.com/GeoJSON-Net/GeoJSON.Net - b49882eb8786de177458bb6af0ebcdcff4b8a9e3 authored almost 8 years ago
Removing dead project message

github.com/GeoJSON-Net/GeoJSON.Net - c96d92400620fca2854e7237c1d38e4ce54ca6a4 authored almost 8 years ago
Update README.md

Added AppVeyor build status badge.

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - e85ca8812518de5e5754c714a03f825a0645589d authored almost 8 years ago
Update README.md

WKTHelper examples

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 786086abbf959976cc621307310f0c0d3b630c84 authored almost 8 years ago
WktHelper (generates GeoJSON from WKT)

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 82a46db41fd1185e68c52a13cf221b47a40c0b44 authored almost 8 years ago
Merge pull request #70 from matt-lethargic/master

Included Type property when DefaultValueHanding is set to Ignore

github.com/GeoJSON-Net/GeoJSON.Net - c6879e8bc2391cc15c8ddeab7d5b541c5a28d53b authored almost 8 years ago
Issue 44, Included GeoJSONObject Type property when DefaultValueHandling is set to Ignore

github.com/GeoJSON-Net/GeoJSON.Net - b48ec98a97fbd9bc70b81577a6190cb684ebdfe6 authored almost 8 years ago
Updated Readme.md to reflect current state of Project

github.com/GeoJSON-Net/GeoJSON.Net - 673e939eb514d4a9592b232f82f7d4203778fcc1 authored almost 8 years ago
Merge pull request #65 from olejorgensen/fix-feature-id-and-property-comparison

remove feature.Id and Property comparison

github.com/GeoJSON-Net/GeoJSON.Net - f2efd42ce64cd0bc6dd36a3030af32048a8a27b4 authored about 8 years ago
remove feature.Id and Property comparison

github.com/GeoJSON-Net/GeoJSON.Net - d9339e42f137962e24e77bfbc191d6b326ed49d1 authored about 8 years ago
Made Feature.Id non-private again

github.com/GeoJSON-Net/GeoJSON.Net - 35551e79e3cd722cde42dfae2b873a8efdedca05 authored about 8 years ago
Merge pull request #64 from olejorgensen/Reimplement-Equals-and-GetHashCode

Implement Equals and GetHashCode on Feature and FeatureCollection

github.com/GeoJSON-Net/GeoJSON.Net - 9cb4434d6f6c5e47010262e1a15c6d798785636c authored about 8 years ago
Implement Equals and GetHashCode on Feature and FeatureCollection

github.com/GeoJSON-Net/GeoJSON.Net - d7141b92377068b1bf7b57b8c5dd0eb919436284 authored about 8 years ago
Fix tests for Point, Polygon, and LineString

github.com/GeoJSON-Net/GeoJSON.Net - 5d0b1522d07e99e77498663c2677ffe2b149b2ab authored about 8 years ago
change modifiers to readonly beacause the hashcode are computed from the coordinates

github.com/GeoJSON-Net/GeoJSON.Net - 52fc091e946579f24402ecfd5896457f61719c5d authored about 8 years ago
add IEqualityComparer, IEquatable for consistency

github.com/GeoJSON-Net/GeoJSON.Net - a50045bd9495994e44b72ae42b04cfc83ccb525d authored about 8 years ago
Merge pull request #62 from olejorgensen/Reimplement-Equals-and-GetHashCode

Reimplement Equals and GetHashCode

github.com/GeoJSON-Net/GeoJSON.Net - fffa5e3b8058862822275334a66671610d045f7e authored about 8 years ago
Reimplement Equals and GetHashCode

github.com/GeoJSON-Net/GeoJSON.Net - 1ac676b10e648fe63284b58c8c8858d02a771b99 authored about 8 years ago
Merge pull request #10 from ResourceDataInc/newtonsoft-version

Update dependencies to match GeoJSON.Net v0.1.47

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 804f98aa34618a38c69b5027b140e2db70a350ab authored over 8 years ago
Update dependencies to match GeoJSON.Net v0.1.47

This is the current latest version of GeoJSON.Net

- Updates from v0.1.42 => v0.1.47
- Downgrade...

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - c7747b7112ea19e1f1946fa3bfe527128fc74b09 authored over 8 years ago
Merge pull request #52 from nojan1/master

Changed CRS Type attribute values to lowercase.

github.com/GeoJSON-Net/GeoJSON.Net - 8f9fbd97a9ad85468fe34a84fa74270c84ee855b authored almost 9 years ago
Changed CRS Type attribute values to lowercase.

github.com/GeoJSON-Net/GeoJSON.Net - d500da806fd1a6d401e8d04d186d9159f824e64f authored almost 9 years ago
Merge pull request #51 from LiveEarthSoftware/master

Added JsonConverter that can convert IGeoJSONObject

github.com/GeoJSON-Net/GeoJSON.Net - a46421cf878ad4655bf0139e898fd33b180c783f authored almost 9 years ago
Added JsonConverter that can convert IGeoJSONObject

github.com/GeoJSON-Net/GeoJSON.Net - b1c4f39b2e977a96e1704350e8f8648e74941650 authored almost 9 years ago
Resolves #8.

GeographicPosition ctor call updated with named parameters

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 12725639b97adcb549dd50d3788031b433e87dc5 authored almost 9 years ago
refactored multipolygon to properly close json array (#6)

github.com/GeoJSON-Net/GeoJSON.Net - 13a8a8b73f1127c53bcb273247c83252c960cd42 authored almost 9 years ago
Reverted Json.Net to lowest Profile259 compatible one

#47

github.com/GeoJSON-Net/GeoJSON.Net - 3a429b46d8e9ac7fd20abf34972abffdb366cc6c authored almost 9 years ago
Fix for #47

There was something way off with the .nuspec :-1:

github.com/GeoJSON-Net/GeoJSON.Net - 24ab2d1b7ad329e6a7a1bc1a4e652cc793fa23cb authored almost 9 years ago
Merge pull request #7 from xfischer/master

Fixed conversions for empty "Multi" types and GeometyCollection with nested "Multi" types

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 4954942014d837e08687d721850c442b76bef782 authored almost 9 years ago
Updated to PCL259; Json.Net 8.0.2 & Tests correspondingly

github.com/GeoJSON-Net/GeoJSON.Net - 2cfd6630ced9ef9051fdfb331f0a57a19018c343 authored almost 9 years ago
Updated to .Net 4.5 and Json.net 8.0.2

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - f7ec79c0ced91dd119775dee8a60598a04f6d487 authored almost 9 years ago
test case for geometry collection. Fixed for empty geometries

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 760fb0fca8e6992348a49d567c96b88ece573a5b authored almost 9 years ago
Merge branch 'master' of https://github.com/xfischer/GeoJSON.Net.Contrib

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - e84670648e00f2fa23093f5f28a2b50fc2fa063b authored almost 9 years ago
Merge remote-tracking branch 'refs/remotes/GeoJSON-Net/master'

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 0113dae194ae294f5cdfb29ca5501c9217796761 authored almost 9 years ago
Better MSSqlSpatialConvert docs

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 06ef83909c0af9c5d9e2cc0904b26e295b8eda7d authored about 9 years ago
Merge remote-tracking branch 'refs/remotes/GeoJSON-Net/master'

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 7fda71d4bbbeed270eeb0a658ad52cd97e512f95 authored about 9 years ago
Merge pull request #5 from xfischer/master

Support for SqlGeography, Feature, FeatureCollection and docs

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 64bf38b105c17ea61a740f9c940e5c0e936b2ab7 authored about 9 years ago
harmonized usage to extensions methods. Readme updated

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 2a1ed67334ab57ce03375bd83ab63b850a348e0b authored about 9 years ago
Readme in MsSqlSpatial directory

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - e07002acdd3bbc64eba85303320cb3e928b52640 authored about 9 years ago
readme for MsSqlSpatial

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - bc83b43592f12b466c086f3ff0c8e8dc319d3e27 authored about 9 years ago
SqlGeography conversions

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 45067b21ede7811151604028709adb2af63cbde5 authored about 9 years ago
Feature and FeatureCollection to SqlGeometry conversions

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 1e194b5d9fef2c7aae8c0b8af3bc0b2313598f29 authored about 9 years ago
XML comments on SqlSpatialExtensions

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 57f40e5952d50c77e1c5e7a14041b021b5683dd4 authored about 9 years ago
Merge remote-tracking branch 'refs/remotes/GeoJSON-Net/master'

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - d413861903cf92383fc9c6b8d24024db1588ce44 authored about 9 years ago
Merge remote-tracking branch 'refs/remotes/GeoJSON-Net/master'

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 3701aedc6807d3dee896e7fd4f46cef58539e0b1 authored about 9 years ago
Adjusted Release config

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 154011fa0ed53148f20029f6a69507f455dabb83 authored about 9 years ago
Added .nuspec for GeoJSON.Net.Contrib.MsSqlSpatial

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 75906926c725e70249d3b7073dbd1030676f3fac authored about 9 years ago
Merge pull request #3 from xfischer/master

Added GeoJSON -> SqlGeometry conversion

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - e1f2c10f5a52a31e767eca61fbad2a42712d221c authored about 9 years ago
Added GeoJSON -> SqlGeometry conversion

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - ee6e4cd8ca14a204ff7d789dda2886517fc86536 authored about 9 years ago
Merge pull request #1 from xfischer/master

MsSqlSpatial commit from PR 31

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 404ca14a40bb7a00e1b8e2457903bcddba2a587c authored about 9 years ago