poudro
poudro
Been having a strange issue with `fs.open` on various files. The code is basically ``` if not fs.exists(path_in_fs): return None try: with fs.open(path_in_fs, 'rb') as f:
fixes #70 By removing check to `client.head_object` in `getinfo` we were able to recover expected behavior where - open works when file exists - open fails with `fs.errors.ResourceNotFound` if file...
### The Problem There are a lot of areas around the world where it is close to impossible to obtain a proper partition of a country with available polygon data...
Using an index on the oplog is not very efficient and degrades performance when a big number of writes are being performed in a short amount of time. Mongo has...