idaifieldR 0.3.0
idaifieldR 0.3.0 2023-04-02
- remove sofa as dependency and add custom interface with reduced functionality
- restructure unnesting (
unnest_docs()
&find_resource()
) - add
get_field_index()
- getting the uidlist/index directly from the database - exchange type with category everywhere (Attention: This may very well break previous scripts)
- speed up
find_layer()
significantly - check if project exists before attempting to query the database
Breaking changes:
- "type" does not refer to the type of resource (Find, Layer, Place etc.) any more and is renamed to category, as this is the current structure of the database. The uidlist-column "type" is renamed to "category" along with any reference to this information anywhere else (I hope ;) ).
What's Changed
- Add CouchDB to test-coverage workflow to test (almost) everything by @lsteinmann in #6
Full Changelog: v0.2.4...v0.3.0