Allison Bailey

Results 3 issues of Allison Bailey

I have deployed the geoportal facets application (solr v.4.1.0) to index a geoportal v.1.2.9 database. It is not indexing all the records, and it appears to be missing new records...

When trying to run the following line in the [raster notebook](https://github.com/pysal/scipy2019-intermediate-gds/blob/master/notebooks/gds2-rasters.ipynb) `listings['brightness_rasterio'] = numpy.vstack(brightnesses)` I received this warning: > FutureWarning: arrays to stack must be passed as a "sequence" type...

I am using GeoAccessor spatial.to_table() method to convert standard pandas dataframes to geodatabase tables. This previously worked (ArcPro v.2.9) as long as I converted incompatible fields as described in this...