twhiteaker / CFGeom

CF Convention for Representing Simple Geometry Types
MIT License
9 stars 4 forks source link

Fixture for simple geometry WKTs and basic Python test structure #5

Closed bekozi closed 8 years ago

bekozi commented 8 years ago
bekozi commented 8 years ago

Done.

dblodgett-usgs commented 8 years ago

I started something in R... I pushed it to a branch on my personal fork... https://github.com/dblodgett-usgs/netCDF-CF-simple-geometry/blob/R_example/use_cases/huc12_eta/write_data.R

I'll work on that when I get some time and PR it here when it's ready.

bekozi commented 8 years ago

Cool. The structure I put together should accommodate multiple languages. We should try and work off the same test fixture for the simple geometries at least: https://github.com/bekozi/netCDF-CF-simple-geometry/blob/master/data/fixture_wkt.json.

Everything is modifiable and open for discussion at this point!

dblodgett-usgs commented 8 years ago

👍 I'll switch my stuff over to more basic data. The data that @twhiteaker and I put up can get run as further examples.