Matt Bertrand

Results 8 issues of Matt Bertrand

It would be nice to have the ability to harvest layers from ArcGIS REST servers, such as this one for example: http://maps1.arcgisonline.com/ArcGIS/rest/services/EPA_Facilities/MapServer/ Maybe https://github.com/jasonbot/arcrest could be used for this.

### Goal Run Gaia processes from within Minerva ### General requirements - Gaia needs to be able to read from/write to data stored in Girder. Possible approaches: - Minerva sends...

Instead of using GDAL directly, look into using [gippy](https://github.com/gipit/gippy) to process raster data because it can better handle memory management for processing large images and chaining of image processing tasks.

enhancement

@aashish24 This is in regards to your suggestion yesterday to refactor how/where request parsing takes place, could you provide some more details? I think you mentioned having request JSON parsed...

@aashish24 Current endpoints for a typical geonode installation: - [WMS](http://docs.geoserver.org/stable/en/user/services/wms/reference.html): http:///geoserver/wms - [GetCapabilities](http://docs.geoserver.org/latest/en/user/services/wms/reference.html#getcapabilities) - [GetFeatureInfo](http://docs.geoserver.org/latest/en/user/services/wms/reference.html#getfeatureinfo) - [GetMap](http://docs.geoserver.org/latest/en/user/services/wms/reference.html#getfeatureinfo) - [Filters and other parameters](http://docs.geoserver.org/latest/en/user/services/wms/vendor.html#filter) - etc - [WFS](http://docs.geoserver.org/stable/en/user/services/wfs/reference.html): http:///geoserver/wms - [GetCapabilities](http://docs.geoserver.org/stable/en/user/services/wfs/reference.html#getcapabilities) -...

# Description/Context In several recent auto-generated PR's, the pre-commit dependency `prettier` was upgraded from 3.0.3 to v4.0.0-alpha.4 and then again to v4.0.0-alpha.7. The last one caused errors when a certain...

DevOps

### What are the relevant tickets? Related to https://github.com/mitodl/hq/issues/4731 and https://github.com/mitodl/mit-open/pull/1210 ### Description (What does it do?) Assigns a value for the PROFESSIONAL_EDUCATION_API_URL mitopen setting ### How can this be...

work in progress

### What happened? #### Step 1. Create a new customer with a `max_budget`: ```shell curl --location 'http://0.0.0.0:4000/customer/new' --header 'Authorization: Bearer sk-1234' --header 'Content-Type: application/json' --data '{ "user_id" : "newuser01", "max_budget":...

bug