Marc Pfister

Results 12 issues of Marc Pfister

Rasterio 1.2 `rasterio.crs.CRS` objects could be read by `fiona.open` when passed as a `crs` parameter because they inherited from `Mapping`. ```python my_crs = CRS.from_epsg(32647) vectors = fiona.open(my file, crs=my_crs) ```...

Are there docs or demos showing Commuter in use? I looked at the demo glitch version and the functionality I see so far is: - view a file tree -...

Can this read COGs via `vsis3`? The `gdal.js` examples seem to all be local files.

It would be useful to also read static STAC catalogs. Initially I'd say this would work by checking if the URL is a JSON document, then loading it and disabling...

feature

Just had a chance to test the Auth functionality and it works wonderfully. However, the Download button for an asset doesn't pass on the bearer token so the request is...

bug
enhancement

OpenAPI supports optional "formats" on certain types: https://spec.openapis.org/oas/v3.1.0#data-types One of these is `format: password` for hinting to clients to mask the input. This would be a useful addition so that...

enhancement
roadmap

## Describe the bug A schema that has a minimum value of 0 is not rendered ## Expected behavior You should see `Possible values: [>= 0]` ## Current behavior Only...

bug

### Is your feature request related to a problem? Unless my spec isn't rendering right, it looks like if an endpoint, for instance, uses Oauth2 password flow, the request parameters...

enhancement

https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/d3d85a1877578580e06bd48e62d8786e9ec60581/packages/docusaurus-plugin-openapi-docs/src/markdown/createStatusCodes.ts#L283 Spellchecker noticed `"data-collaposed"` instead of `"data-collapsed"`

bug

Static STAC sources for a backend were discussed in #82. We would like to implement this and initially it looks like it would work like: - initialize with a `uri`...