You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PGC's most recent October release of ArcticDEM and REMA datasets (in which all of the DEM Strips were reprocessed with a new "s2s041" version) we changed the filename convention of our DEM Strip data to the following:
Whether you include backwards compatibility for old DEM Strip data filenames is something else to consider.
We're looking to start using xdem more internally, and recommending it to our users for DEM coregistration, merging, and differencing applications. Personally, I've always wanted to have python libraries like those in geoutils and xdem for our DEM work! PGC developers would be happy to collaborate more on these two great code projects wherever you need help.
The text was updated successfully, but these errors were encountered:
Ah perfect! I didn't know about the syntax change, thanks a lot for pointing that out 😄. I'll make the fix sometime next week (was going to start using your new datasets very soon too, so the timing is pretty amazing!).
Great to hear about your interest in xDEM and GeoUtils at PGC! It's been a lot of effort building these two packages during the past years. The last 6 months we focused a lot on improving CI tests to ensure our features are consistent and robust. There's still a bit of work to reach a first stable 0.1 version for both modules, but I'd say we're almost there. Maybe sometime early-to-mid 2023?
We are currently working on streamlining the coregistration module (GlacioHack/xdem#329), and we expect to finalize a new documentation in the next months (GlacioHack/xdem#303) that we'll also write for GeoUtils. Only at this point, and after a couple other bug fixes and feature improvements, would we be comfortable releasing a 0.1 version for both packages and recommend them to broader range of users.
In any case, we'd be delighted to collaborate with you at PGC if you decide to start working with xDEM and GeoUtils! There's a lot of points that we've had in mind where your combining your expertise to these efforts would make great sense, such as optimizing routines further for very high resolution data (e.g., random subsampling within chunks and lazy processing with Dask). It is becoming increasingly common to have such big data nowadays, and would benefit a broad range of users! Additionally, we (main developpers) all have a current situation for which we know we'll remain active, and so we could easily help you get your hands on the packages if issues arise 👍.
In short, really psyched to join efforts! And, in terms of timing and stability, it likely makes sense to wait just a bit until we manage to push that first stable version out with completed documentation 😉
In PGC's most recent October release of ArcticDEM and REMA datasets (in which all of the DEM Strips were reprocessed with a new "s2s041" version) we changed the filename convention of our DEM Strip data to the following:
(see our new DEM Guide, "Metadata -> Strip DEM Products")
I believe the
geoutils/satimg.parse_metadata_from_fn
function needs to be adjusted here so it parses theDATE
part of the filename appropriately:geoutils/geoutils/satimg.py
Line 61 in 8b66ae3
Whether you include backwards compatibility for old DEM Strip data filenames is something else to consider.
We're looking to start using xdem more internally, and recommending it to our users for DEM coregistration, merging, and differencing applications. Personally, I've always wanted to have python libraries like those in geoutils and xdem for our DEM work! PGC developers would be happy to collaborate more on these two great code projects wherever you need help.
The text was updated successfully, but these errors were encountered: