Jesper Zedlitz

Results 9 comments of Jesper Zedlitz

I second it. Right now I have a lot of CSV-exports from a geoserver. There is always a column with WKT included.

Instead of introducing a new value for `type` we could keep type as `string` and define a new value `wkt` for `format`. This is how it is done for URIs,...

Here is a list of all texts I found: | Page | Text | | --------------------- | ----------------- | | _layouts/page.html | Contents | | _layouts/post.html | Published DATE by...

This blog posts describes how to create multi-lingual sites with Jekyll: https://www.sylvaindurand.org/making-jekyll-multilingual/ That goes one step beyond my initial suggestion.

You can read about the catalog endpoint here: https://github.com/ckan/ckanext-dcat#catalog-endpoint The catalog endpoint is the standard way to harvest data from a data portal that supports DCAT. Unfortunately demo.ckan.org has disabled...

Here is an example of a GTFS file: https://opendata.schleswig-holstein.de/dataset/fahrplandaten The ZIP file contains a set of text files that together make up the timetable data. ``` Archive: fahrplandaten.zip Length Method...

Is is already possible to specify arrays without the square brackets? I would say it is the normal case for CSV files. You have a value like `594866,594868,608288` and each...

It seems that this proposal did not make it into version 2. This is a pity, as there is already a working implementation in [frictionless-py](https://github.com/frictionlessdata/frictionless-py). Is there any hope that...

I did a little research. Here is code that collects information Here is code that lists the included layers and the attribute table data types. ```python import geopandas import fiona...