Daniel J. Dufour
Daniel J. Dufour
30 day months: September, April, June and November: `((?P4|6|9|11)(?/-)(?[0-30]))` 31 day months: `((?P1|2|3|5|7|8|10|12)(?/-)(?[0-31]))`
Hi, @svolpe . Thank you for the good suggestion! It would indeed require a lot of time to add this support, but is definitely possible. Would you be interested in...
Thank you for posting this issue. Here's the output when I run `extract_dates("R-6/941/KAMDAR ROAD, 01/01/2021", debug=True)`: ``` match is {'date': '6/941', 'year': '41', 'month': '9', 'day': '6', 'hour': None, 'minute':...
Hi, @bbieniek . This is a great idea. We will try to think about how to provide this functionality.
Look at https://docs.python.org/3.9/library/zoneinfo.html#module-zoneinfo
Hi, thanks for this awesome PR. I just wanted to let you know that I haven't forgotten it and will be giving it a thorough review soon. Quick review looks...
Hello, great question. GeoRaster will automatically use any internal overviews if no external overviews are present. Hopefully that answers your question. Let me know either way. On Wed, Aug 3,...
No prob. They are great questions and the answers will help others who read this, too! **Q: So it sounds like an error I can just ignore when using parseGeoraster...
awesome! Having a tool like rollup meant for making multiple builds would be great! You'll have to forgive me because I haven't used rollup before, so I probably have some...
need to create some linux shell script with sed and cat sed -e echo $(cat node_modules/geotiff/dist/geotiff.bundle.min.js) or maybe a node module?? node module needs to replace string from either local...