Carlo Cancellieri
Carlo Cancellieri
@TkTech Just splitted (as you may have seen) and added the patch to the specific google support branch to **provide signed private url** from **google** and **installation procedure**. **Tested** it...
Hi @fostermh, what's the status of this fork? is it implementing iso19115-3 completely? If so I could try to provide a pull req based on your fork very soon.
I'm checking changes, I see quite a lot of interesting stuff, maybe I can cherry pick some other than https://github.com/ckan/ckanext-spatial/compare/master...ccancellieri:cioos-siooc?expand=1 Any suggestions? (f.e.: I see an interesting GeoNetworkHarvester, currently I...
Great, quick note, I'm testing a port of that file to my branch but looks like it requires (over Alpine-3.14): ``` apk add gdal apk add gdal-dev pip install gdal...
Ciao, hope this helps: I'm porting all the necessary changes to the schema (heavily based on your work) here: https://github.com/ckan/ckanext-spatial/compare/master...ccancellieri:my_master?expand=1 That is 'my_master' and is shipping also some minor improvement...
> Unfortunately, the link you provided doesn't work for me. Strange, here you could find that file (with '#TODO' ) here also: https://github.com/ccancellieri/ckanext-spatial/blob/my_master/ckanext/spatial/model/harvested_metadata.py Also required some small change to base.py...
I added line by line comments #iso19115-3 as you did. I did that with blocks (separated by a space to the end. Then row by row, so it should be...
The plugin looks far more complex than expected, I think: We've to provide a new harvester implementation providing an ad-hoc ISOElement(s) hierarchy not touching base.py and harvested_metadata.py (which are dedicated...
Ok with the latest push (I apologize, I have had to rebase and squash to make it clear) we are ready to discuss: There are several ticket/issues to open to...
I'm experiencing a problem after having purged a dataset harvevsted. The next loop it will not be harvested anymore since the HarvestObject is still there tracking the date of last...