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

Updated the ci file

github.com/GeoJSON-Net/GeoJSON.Text - b1fd9319987c52006912419e38649b47b12de4c7 authored about 3 years ago
Converted code to support system.text.json

Updated the code to support system.text.json, and also updated the tests
to run using system.tex...

github.com/GeoJSON-Net/GeoJSON.Text - 3c06947a278950bb8c546167932b4d40e9b45d76 authored about 3 years ago
Changing namespaces, adding System.Text.Json usings and changing JsonPRoperty attribute

github.com/GeoJSON-Net/GeoJSON.Text - 3219339cc6a5d20373ecdcf0c597448d4e6c99ad authored about 3 years ago
Changed some naming of folders in project. Also changed the path in the SLN file to point to the new route after folder renaming

github.com/GeoJSON-Net/GeoJSON.Text - a086e93946e50e6f5ffe8cd57c346b958adecbec authored about 3 years ago
Initial code commit, build fails

github.com/GeoJSON-Net/GeoJSON.Text - ee56135e33983c92bbfd9f8e7b2cdd25c853622c authored about 3 years ago
Merge pull request #34 from pandell/fix-testtargetframework

Fix target framework for xunit test runners

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 75d5d83865e4afc814ffb860256d9051d5941210 authored over 4 years ago
Fix target framework for xunit test runners

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 08f064be97cac1617380df7d56ba884a8f6a795c authored over 4 years ago
Merge pull request #33 from pandell/update-formatting

Update formatting

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - b1634f4bcc590d5e08292a3fdaff76373f2cbf33 authored over 4 years ago
Update formatting

- Add ".editorconfig" and ".gitattributes" with text formatting settings

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 833f791503a4978f3efab9bf4b5bfd7b73c3611a authored over 4 years ago
Merge pull request #32 from pandell/enable-dotnetpacksymbols

Enable NuGet symbol package generation

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - a6cbd644c28015c8991b4a798a2b4816f8cbbd21 authored over 4 years ago
Enable deterministic symbol and source info in "dotnet pack"

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - bdfaa4484ab6732707486159db6737951f100296 authored over 4 years ago
Add pack and push instructions to readme

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - e8e7c9d47314d7233d97f957da39388f30b0c68d authored over 4 years ago
Rename "key.snk" to be consistent with other files in "src"

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - fce04a2535f52eac5a48a3a1d02092dc7cb21f49 authored over 4 years ago
Merge branch 'pr/31'

# Conflicts:
# test/GeoJSON.Net.Contrib.EntityFramework.Test/GeoJSON.Net.Contrib.EntityFramework...

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 16842904b41040a1244b0b54b8e92ace0f012905 authored over 4 years ago
new nugets with signed assemblies

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - a12e8ecd974797ba9f24f59b6f6c00057f84298c authored over 4 years ago
Add build and test instructions to readme

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 8e5285461bd5fa43b9c2c4b764dd8526e5a9aef4 authored over 4 years ago
Convert test projects to the new ".csproj" format

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 25031d7b3b73af325d301c0cdfcdbcb5df3f2ab2 authored over 4 years ago
Merge pull request #30 from pandell/reenable-signedassemblies

Re-enable strong-signing using "GeoJSON.Net" key

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - d4be25f46f9f75a6f1f1c61e0b25d68d56e7d6b3 authored over 4 years ago
Re-enable strong-signing using "GeoJSON.Net" key

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - c827a8e024a87b8db9f0bec7bcb5a7e6b1e4792e authored over 4 years ago
Nuget 1.2.16

GH-147

Co-Authored-By: Sanjeev M <[email protected]>

github.com/GeoJSON-Net/GeoJSON.Net - c58e432eabfa00ae779f19e9bac7788f00cdf692 authored over 4 years ago
Merge pull request #147 from zeus82/master

Geometry converter no longer writes. It was causing a reference loop

github.com/GeoJSON-Net/GeoJSON.Net - 3a1c85abf0bd47a2590c13b768663a0a86e832db authored over 4 years ago
Added a unit test to highlight the problem

github.com/GeoJSON-Net/GeoJSON.Net - eeb1ac94179225be5e4d092632efd51dfc27b080 authored over 4 years ago
Geometry converter no longer writes. It was causing a reference loop

github.com/GeoJSON-Net/GeoJSON.Net - 2a8291dc6e4f7233815dbf92f46a3809e8dd0ef2 authored over 4 years ago
Wkb support for Z coordinates / SqlTypes version fixed

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 66d6bd30a22b982bb5086b65e91e94d8ebb87712 authored over 4 years ago
Merge pull request #29 from stijnherreman/wkb-3d

Add support for 3D geometries to the WKB library

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - adf2d0b30f3626cc6f9a0a4b789375643e4bdb91 authored over 4 years ago
Merge pull request #28 from trevor-thoele/feature/WKB-NetStandard

Add netstandard2.0 and netstandard2.1 to WKB.

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - cb07f67efe0b062942479e80af69b10d44d4f38b authored over 4 years ago
Merge pull request #25 from Neorth/fix-missing-using

Fix Contrib.EntityFramework build

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 2d0eb740a6d2f1779dca3f17eaa203612ff5ec14 authored over 4 years ago
Add support for 3D geometries.

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 2464c7db4a1e448055f87040e10a4a472bff58ff authored over 4 years ago
Fix unit tests: compare output to the correct input.

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 5a33cde711fb5e5188bb54c9bc7ef838c53e9cac authored over 4 years ago
Fix unit tests: do not mix 2D and 3D data.

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 70fd1914a5941556342758fe36d036f0b124e1cf authored over 4 years ago
Add netstandard2.0 and netstandard2.1 to WKB.

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - faaa523d049cd477b7968ae0e48aa966e71c9bb7 authored over 4 years ago
Merge pull request #26 from stijnherreman/patch-1

Indicate that 3D geometries are not supported.

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 5d13b5b642bcaadaec896f5de26205ec1e50dd52 authored over 4 years ago
Indicate that 3D geometries are not supported.

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 950f876d5862896e26e49f64d1b78a5b607019c1 authored over 4 years ago
Merge pull request #146 from BarryPSmith/fix-IPosition

Fixes a bug with PositionConverter if pass interface instead of solid instantiation

github.com/GeoJSON-Net/GeoJSON.Net - 0b8d4bb22a2bf3fdd5dc8341aa715891aafd169d authored almost 5 years ago
PositionConverter no longer throws a NotImplementedException if passed an IPosition instead of Position

github.com/GeoJSON-Net/GeoJSON.Net - 13210833e8b03ac276c4e1304fcafa8daf82a895 authored almost 5 years ago
Fix Contrib.EntityFramework build

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - ca56da10b659883cff79de0be5af4abac07c3b56 authored almost 5 years ago
Merge pull request #24 from North/coordinate-system-support

Add crs support to ToDbGeometry/Geography

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 6a1ed0756519ddaa20fff84b4d7dbcbbdf0e8533 authored almost 5 years ago
Update EntityFrameworkConvertToDbGeometry.cs

Kept old signature to avoid breaking change

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - efa7167550d7c9a2fd1384b7d84dd08fa3b23324 authored almost 5 years ago
Update EntityFrameworkConvertToDbGeography.cs

Kept old signature to avoid breaking change

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - de6ffbc95816b636dcb4d81ec310a04e0d940893 authored almost 5 years ago
Add crs support to ToDbGeometry/Geography

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - afa0cb158fcda7d0b8ddbb9a5196b52ccdfe3ed6 authored almost 5 years ago
Updated to GeoJson 1.2.15

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 50e382881966b323ebadda2f780d1bcce482fde2 authored almost 5 years ago
Added support for netstandard 2.0 and 2.1

github.com/GeoJSON-Net/GeoJSON.Net - d0d8f480c1e62b8be8154b679169497bc3e9cf1d authored almost 5 years ago
System.Text.Json workaround in .netCore 3

github.com/GeoJSON-Net/GeoJSON.Net - 6a1b3e70f8c5e08773b91069bf05ee6b822429e4 authored almost 5 years ago
removed nuspec (migrated to latest csproj format)

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - bc8c2b159ab9657c4797ad5f9e9a18d40ea3ba3d authored about 5 years ago
Merge pull request #22 from jgoz/strong-sign

Enable strong-signing using GeoJSON.Net key

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 97095450624f757c263a656c1ce789274055f7a9 authored about 5 years ago
Enable strong-signing using GeoJSON.Net key

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - f0eae6c97c84ac7bd6864de82117b9bb281bd369 authored about 5 years ago
New build process (#140)

* Experimenting with .net 3.5 framework location for DevOps build

* Adding new build icon to ...

github.com/GeoJSON-Net/GeoJSON.Net - 79b025ae6ee6f8a0c5ddd90cdb20121d7ffee989 authored about 5 years ago
Optimizations (#138)

* Use TryGetValue over ContainsKey+Indexer

* Use generic comparison to avoid boxing

github.com/GeoJSON-Net/GeoJSON.Net - 2592259b1a7f85269d524b3547696c7cc80cda75 authored about 5 years ago
Consolidate nuspec into csproj (#135)

Most information from nuspec can be specified in the csproj.
This has the benefit that all info...

github.com/GeoJSON-Net/GeoJSON.Net - 957c7f76bd223527a05cb8274e586acd7707c175 authored about 5 years ago
updated to geojson 1.1.73

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - c859203326ef560dd9bfd54bdb7ac1f76874b250 authored over 5 years ago
Update GeoJSON.Net.csproj

#123

github.com/GeoJSON-Net/GeoJSON.Net - 335e9d7d6519718ca2d57eb39be576e300bbdb43 authored over 5 years ago
Merge pull request #127 from SimonCropp/strongName

add strong name

github.com/GeoJSON-Net/GeoJSON.Net - 41fcaf990b29ffd2007f0fd2d6e7e946e2e8f6b0 authored over 5 years ago
Create FUNDING.yml

github.com/GeoJSON-Net/GeoJSON.Net - 7e04f0ccb3b904aef90d4e0634e1abf5e1e4cea5 authored over 5 years ago
Merge pull request #122 from opencollective/opencollective

Activating Open Collective

github.com/GeoJSON-Net/GeoJSON.Net - f718ba30a8d22d9716bd4d9f2401580d8ceaa6c0 authored almost 6 years ago
Added backers and sponsors on the README

github.com/GeoJSON-Net/GeoJSON.Net - e1975d6c59bbb38b35677f48a43fa0c8b07a2b18 authored almost 6 years ago
- coordinates are not validated against geographic coordinate bounds, can now be any numeric

- assembly file version matching nuget package version

github.com/GeoJSON-Net/GeoJSON.Net - ab6fad46d2e77b4066ccb05242c10e887ee8a7d4 authored almost 6 years ago
Merge branch 'master' of https://github.com/GeoJSON-Net/GeoJSON.Net

github.com/GeoJSON-Net/GeoJSON.Net - 88e1d5229a3b79b507089d69f6c4416593789638 authored almost 6 years ago
Update GeoJSON.Net.nuspec

github.com/GeoJSON-Net/GeoJSON.Net - 7eb782442b07979dacf91ce3cb9324680f8ac6d4 authored almost 6 years ago
Merge pull request #117 from justinhachemeister/master

Update Feature constructor definition to use interface instead of con…

github.com/GeoJSON-Net/GeoJSON.Net - f92340b2bc0ab26bdedf42de897ee4650f5e85af authored almost 6 years ago
Merge pull request #19 from justinhachemeister/master

Make MsSqlSpatial BoundingBox optional

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - e1ed2f3e772df846016fc71ee5108c2eaa6ecd96 authored about 6 years ago
Make MsSqlSpatial BoundingBox optional

RFC 7946 The GeoJSON Format states (https://tools.ietf.org/html/rfc7946):

> A GeoJSON object MA...

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 60c775ebf7b34dbe1b5db4284f558afae85cf3c3 authored about 6 years ago
Update Feature constructor definition to use interface instead of concrete class

Feature defines a constructor with IGeometryObject, Dictionary<string, object>, string types. If...

github.com/GeoJSON-Net/GeoJSON.Net - 80e2d79e66ed95662318a19771165407fdebcafc authored about 6 years ago
Fixing issue 115, Feature.Equals thros excpeiton when geometry is null

github.com/GeoJSON-Net/GeoJSON.Net - 53e12d60820b78b0a5ab675e1d73af2886c2a563 authored about 6 years ago
Removing validation that was put in for lat/long against the specs

github.com/GeoJSON-Net/GeoJSON.Net - 446154f02f8733fdecda50fb84e5832a59116e80 authored over 6 years ago
More comprehensive gitignore

github.com/GeoJSON-Net/GeoJSON.Net - 0d6e34bf5b926e02394f28aa503e4d8fc204399e authored over 6 years ago
Deserialize LinkedCRS with the href from its properties (#102)

* Deserialize LinkedCRS with the href from its properties

Fixes #101

* Added regression te...

github.com/GeoJSON-Net/GeoJSON.Net - 249cfde8249c00fae64c940ae47334f946fa1e12 authored over 6 years ago
Fixing tests after merginng position constructor validtion change

github.com/GeoJSON-Net/GeoJSON.Net - b6d5c378e10c592e29a035e8ad02c4cd2790827e authored over 6 years ago
Update README.md

Notice regarding my situation

github.com/GeoJSON-Net/GeoJSON.Net - 8c2f167c65916684a0bb774151f59da2fa34f2da authored over 6 years ago
Adding Lat/Lon Validation to Position Constructor (#108)

Range validation was missing from one of the constructors for
Position.

github.com/GeoJSON-Net/GeoJSON.Net - c77deea2f01378d56046cda0b52447d851493f85 authored over 6 years ago
Git ignore and Resharper Sponsor

github.com/GeoJSON-Net/GeoJSON.Net - 8552a1642c127f9fbe2ccb2311d3dc0807d1d2ce authored almost 7 years ago
Clean up copyrights in assembly info

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - ee2bc1c5a626a7925a826eec0e51ed46adb51968 authored about 7 years ago
EF and WKB targets net 45

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - a92d720e685484ddc97f395690de411af1b97cfc authored about 7 years ago
Merge branch 'master' of https://github.com/GeoJSON-Net/GeoJSON.Net.Contrib.git

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - ac568a3466610eabe49d27720f5a3341cfd66a4f authored about 7 years ago
Moved Wkb conversions to Wkb project. Referenced that project in EF.

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 38db706749702361e9dad9ecf3058272f3f011c0 authored about 7 years ago
XML documentation on build

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 6210220efcd5250abdd729d745556ad25e446cf2 authored about 7 years ago
added all sql server types

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 57357651b3ff6fba2bc68266da2b08deb1014856 authored about 7 years ago
removed sql types from cs proj

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 32cf01d34cf5af80cf031277ff6ec5e07c4a0dc5 authored about 7 years ago
added sql server types binaries

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 03e5d3ec12e737c59ab5a00dd93b9a7f832f12ff authored about 7 years ago
sql server types nuget test 1

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 64160087751c931f0b53d23eb4b73823d92b3340 authored about 7 years ago
Removed sql server types files from repo

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 6b506f8a3a7e2bf03e4859d0799475d6bec21bec authored about 7 years ago
Sql Server types nuget conf reboot

Added only when required

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - e8bec9301ac9647ecfee27db9babb0d143d25a9f authored about 7 years ago
Refresh nuget references, skipped a test failing

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - 233907e14d83458743cf7a92afd2f523c1c557ef authored over 7 years ago
Merge pull request #13 from alvaromongon/WkbConverterAndEntityFrameworkConverter

Wkb converter and entity framework converter

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - ac58d0747ea750cf7f37008192fbabac852e62c6 authored over 7 years ago
Update references package versions for MsSqlSpatial converter nuget package

github.com/GeoJSON-Net/GeoJSON.Net.Contrib - fdd0ef136e077f2b69ab5417861d4c20d3851380 authored over 7 years ago