geoHeil

Results 169 comments of geoHeil

@jiayuasu any idea when it will be merged? Currently, I need to combine geotools and geospark on the class path which results in a clash of JTS library (as this...

Yes that works fine (loading https://raw.githubusercontent.com/roapi/roapi/main/test_data/uk_cities_with_headers.csv in the browser - and also via wget (as outlined above) even when manually downloading like: `wget https://raw.githubusercontent.com/roapi/roapi/main/test_data/uk_cities_with_headers.csv` and then later: ``` roapi-http --table...

Strangely, adding the following entry to the `/etc/hosts` file: ``` 14 172.16.39.254 raw.githubusercontent.com ``` does not solve the problem (in fact when enabled also prevents wget of downloading the CSV...

CLI always fails on osx (for me) but if you feed roapi the configuration file then it usually works fine. Furthermore, also due to the database issues I would recommend...

Hi, yes. it would be great for someone exploring the data really understand what the values served represent i.e. if the values refer to degrees in Celsius or Fahrenheit i.e....

https://github.com/roapi/roapi/pull/182 hopefully should be enabling this by default

``` df.to_parquet( 'my_file' index=False, compression='gzip', use_deprecated_int96_timestamps=True) ``` works for me. However, when trying to filter the served parquet based on the time column I get an error like: ``` SELECT...

though ``` SELECT * FROM df WHERE time > to_timestamp('2022-01-03 00:00:00') ``` seems to work