Reading-eScience-Centre / pycovjson

Create CovJSON files from common scientific data formats
BSD 3-Clause "New" or "Revised" License
12 stars 7 forks source link

pycovjson library #14

Closed RileyWilliams closed 7 years ago

RileyWilliams commented 8 years ago

Currently, pycovjson is structured as a command line utility. Add code to make it easier to use within other projects.

RileyWilliams commented 8 years ago

Currently working on this.

lewismc commented 8 years ago

Cool, I am very interested in this. In particular a question I have is as follows

We use Drupal to dynamically generate content for dataset landing pages, based on database tables. We therefore are interested in generating CoverageJSON directly from geospatial database content.

What are the blockers right now to doing this?

RileyWilliams commented 8 years ago

Cool, sounds very interesting! I have recently added convert.py which ties together the read and write functions. It still has a few things which need to be added however.

What are the blockers right now to doing this?

I cannot think of any reason this wouldn't be possible, but will comment if I think of any.