James McManus

Results 9 issues of James McManus

I am trying to query datetime, but have not been able to get it to work using iso datetime format: api/meas/?timestamp__lte=2019-06-20T15:20:30&timestamp__gte=2019-05-12T15:20:30 Will return no data. However, it will work if...

When I use this example deploying it in my own project I get the following error message in the django server (http://localhost:8000): Not Found: /service-worker.js This occurs after logging in...

When I use tippecanoe-decode to convert mbtiles file to geojson file, like: tippecanoe-decode cumberfldparallll.mbtiles 12 1151 1621 > tile.geojson I get a geojson file that produces the following error message,...

The default buffer, that ST_AsMVTGeom has is not being applied to data I am trying to serve. The data is point data, which I am displaying a Voronoi polygons. Below...

I'm trying to use QueryFieldsMixin, along with GeoFeatureModelSerializer from [django-rest-framework-gis](https://github.com/openwisp/django-rest-framework-gis) as follows: class gauge_station_source_data_Serializer(QueryFieldsMixin, GeoFeatureModelSerializer): However, when I specify ?fields=field1,field2 in my url, it still returns all the fields available,...

I'm trying to use GeoFeatureModelSerializer, along with QueryFieldsMixin from [djangorestframework-queryfields ](https://github.com/wimglenn/djangorestframework-queryfields) as follows: class gauge_station_source_data_Serializer(QueryFieldsMixin, GeoFeatureModelSerializer): However, when I specify ?fields=field1,field2 in my url, it still returns all the fields...

**Describe the bug** I've been trying to access the example notebooks, but when I do I get the following message: We've updated our documentation. You can find the new version...

documentation

Are you planning to upgrade to d3-tile version 1? I tried upgrading to version 1, but I get the following error messages: Error: attribute x: Expected length, "NaN". Error: attribute...

Hi = I have not able to query geojson data. Below is an example of geojson data: ![geojsonExample](https://github.com/yezyilomo/django-restql/assets/495665/605cb670-a93c-4972-b6fb-c85cd7dfe2c8) When I run the query: http://localhost:8000/drf/api/pfas_in_tapwater_usgs/?query={properties{pfos,pfoa}}&format=json it returns the following message: ["`properties`...