georust / meta

The GeoRust Team repository for coordinating and discussing GeoRust projects
1 stars 0 forks source link

Add KML crate to org #27

Closed pjsier closed 3 years ago

pjsier commented 3 years ago

I've been working on a KML crate at pjsier/kml, and I think it's in good enough shape to move into the georust org. I based the design on the geojson crate, and it's mostly focused on compatibility with geo-types and basic read/write functionality for common KML elements

If that's alright I can transfer the ownership to georust, update the license and metadata, and set up the crate publishing team. Based on the guidelines doc would anyone else want to be a user owner for redundancy?

michaelkirk commented 3 years ago

Cool @pjsier. I just did a quick perusal, and things look good to me.

I'd be in favor of including this crate in georust.

urschrei commented 3 years ago

Yes, me too.

frewsxcv commented 3 years ago

+1 from me!

pjsier commented 3 years ago

Sounds great! I'll go ahead and transfer the repo